Uses of Class
com.adyen.model.management.UpdateSplitConfigurationLogicRequest.RemainderEnum
-
Packages that use UpdateSplitConfigurationLogicRequest.RemainderEnum Package Description com.adyen.model.management -
-
Uses of UpdateSplitConfigurationLogicRequest.RemainderEnum in com.adyen.model.management
Methods in com.adyen.model.management that return UpdateSplitConfigurationLogicRequest.RemainderEnum Modifier and Type Method Description static UpdateSplitConfigurationLogicRequest.RemainderEnumUpdateSplitConfigurationLogicRequest.RemainderEnum. fromValue(String value)UpdateSplitConfigurationLogicRequest.RemainderEnumUpdateSplitConfigurationLogicRequest. getRemainder()Books the amount left over after currency conversion to the specified balance account.static UpdateSplitConfigurationLogicRequest.RemainderEnumUpdateSplitConfigurationLogicRequest.RemainderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSplitConfigurationLogicRequest.RemainderEnum[]UpdateSplitConfigurationLogicRequest.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 UpdateSplitConfigurationLogicRequest.RemainderEnum Modifier and Type Method Description UpdateSplitConfigurationLogicRequestUpdateSplitConfigurationLogicRequest. remainder(UpdateSplitConfigurationLogicRequest.RemainderEnum remainder)Books the amount left over after currency conversion to the specified balance account.voidUpdateSplitConfigurationLogicRequest. setRemainder(UpdateSplitConfigurationLogicRequest.RemainderEnum remainder)Books the amount left over after currency conversion to the specified balance account.
-