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