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