Uses of Class
com.adyen.model.management.SplitConfigurationLogic.RemainderEnum
-
Packages that use SplitConfigurationLogic.RemainderEnum Package Description com.adyen.model.management -
-
Uses of SplitConfigurationLogic.RemainderEnum in com.adyen.model.management
Methods in com.adyen.model.management that return SplitConfigurationLogic.RemainderEnum Modifier and Type Method Description static SplitConfigurationLogic.RemainderEnumSplitConfigurationLogic.RemainderEnum. fromValue(String value)SplitConfigurationLogic.RemainderEnumSplitConfigurationLogic. getRemainder()Books the amount left over after currency conversion to the specified balance account.static SplitConfigurationLogic.RemainderEnumSplitConfigurationLogic.RemainderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitConfigurationLogic.RemainderEnum[]SplitConfigurationLogic.RemainderEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type SplitConfigurationLogic.RemainderEnum Modifier and Type Method Description SplitConfigurationLogicSplitConfigurationLogic. remainder(SplitConfigurationLogic.RemainderEnum remainder)Books the amount left over after currency conversion to the specified balance account.voidSplitConfigurationLogic. setRemainder(SplitConfigurationLogic.RemainderEnum remainder)Books the amount left over after currency conversion to the specified balance account.
-