Uses of Class
com.adyen.model.management.UpdateSplitConfigurationLogicRequest.RefundEnum
-
Packages that use UpdateSplitConfigurationLogicRequest.RefundEnum Package Description com.adyen.model.management -
-
Uses of UpdateSplitConfigurationLogicRequest.RefundEnum in com.adyen.model.management
Methods in com.adyen.model.management that return UpdateSplitConfigurationLogicRequest.RefundEnum Modifier and Type Method Description static UpdateSplitConfigurationLogicRequest.RefundEnumUpdateSplitConfigurationLogicRequest.RefundEnum. fromValue(String value)UpdateSplitConfigurationLogicRequest.RefundEnumUpdateSplitConfigurationLogicRequest. getRefund()Specifies how and from which balance account(s) to deduct the refund amount.static UpdateSplitConfigurationLogicRequest.RefundEnumUpdateSplitConfigurationLogicRequest.RefundEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSplitConfigurationLogicRequest.RefundEnum[]UpdateSplitConfigurationLogicRequest.RefundEnum. 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.RefundEnum Modifier and Type Method Description UpdateSplitConfigurationLogicRequestUpdateSplitConfigurationLogicRequest. refund(UpdateSplitConfigurationLogicRequest.RefundEnum refund)Specifies how and from which balance account(s) to deduct the refund amount.voidUpdateSplitConfigurationLogicRequest. setRefund(UpdateSplitConfigurationLogicRequest.RefundEnum refund)Specifies how and from which balance account(s) to deduct the refund amount.
-