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