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