Uses of Class
com.adyen.model.balanceplatform.UpdateSweepConfigurationV2.TypeEnum
-
Packages that use UpdateSweepConfigurationV2.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of UpdateSweepConfigurationV2.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return UpdateSweepConfigurationV2.TypeEnum Modifier and Type Method Description static UpdateSweepConfigurationV2.TypeEnumUpdateSweepConfigurationV2.TypeEnum. fromValue(String value)UpdateSweepConfigurationV2.TypeEnumUpdateSweepConfigurationV2. getType()The direction of sweep, whether pushing out or pulling in funds to the balance account.static UpdateSweepConfigurationV2.TypeEnumUpdateSweepConfigurationV2.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSweepConfigurationV2.TypeEnum[]UpdateSweepConfigurationV2.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type UpdateSweepConfigurationV2.TypeEnum Modifier and Type Method Description voidUpdateSweepConfigurationV2. setType(UpdateSweepConfigurationV2.TypeEnum type)The direction of sweep, whether pushing out or pulling in funds to the balance account.UpdateSweepConfigurationV2UpdateSweepConfigurationV2. type(UpdateSweepConfigurationV2.TypeEnum type)
-