Uses of Class
com.adyen.model.balanceplatform.CreateSweepConfigurationV2.TypeEnum
-
Packages that use CreateSweepConfigurationV2.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of CreateSweepConfigurationV2.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return CreateSweepConfigurationV2.TypeEnum Modifier and Type Method Description static CreateSweepConfigurationV2.TypeEnumCreateSweepConfigurationV2.TypeEnum. fromValue(String value)CreateSweepConfigurationV2.TypeEnumCreateSweepConfigurationV2. getType()The direction of sweep, whether pushing out or pulling in funds to the balance account.static CreateSweepConfigurationV2.TypeEnumCreateSweepConfigurationV2.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateSweepConfigurationV2.TypeEnum[]CreateSweepConfigurationV2.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 CreateSweepConfigurationV2.TypeEnum Modifier and Type Method Description voidCreateSweepConfigurationV2. setType(CreateSweepConfigurationV2.TypeEnum type)The direction of sweep, whether pushing out or pulling in funds to the balance account.CreateSweepConfigurationV2CreateSweepConfigurationV2. type(CreateSweepConfigurationV2.TypeEnum type)The direction of sweep, whether pushing out or pulling in funds to the balance account.
-