Uses of Class
com.adyen.model.management.SplitConfigurationLogic.RefundCostAllocationEnum
-
Packages that use SplitConfigurationLogic.RefundCostAllocationEnum Package Description com.adyen.model.management -
-
Uses of SplitConfigurationLogic.RefundCostAllocationEnum in com.adyen.model.management
Methods in com.adyen.model.management that return SplitConfigurationLogic.RefundCostAllocationEnum Modifier and Type Method Description static SplitConfigurationLogic.RefundCostAllocationEnumSplitConfigurationLogic.RefundCostAllocationEnum. fromValue(String value)SplitConfigurationLogic.RefundCostAllocationEnumSplitConfigurationLogic. getRefundCostAllocation()Deducts the refund costs from the specified balance account.static SplitConfigurationLogic.RefundCostAllocationEnumSplitConfigurationLogic.RefundCostAllocationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitConfigurationLogic.RefundCostAllocationEnum[]SplitConfigurationLogic.RefundCostAllocationEnum. 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.RefundCostAllocationEnum Modifier and Type Method Description SplitConfigurationLogicSplitConfigurationLogic. refundCostAllocation(SplitConfigurationLogic.RefundCostAllocationEnum refundCostAllocation)Deducts the refund costs from the specified balance account.voidSplitConfigurationLogic. setRefundCostAllocation(SplitConfigurationLogic.RefundCostAllocationEnum refundCostAllocation)Deducts the refund costs from the specified balance account.
-