Uses of Class
com.adyen.model.management.UpdateSplitConfigurationLogicRequest.ChargebackEnum
-
Packages that use UpdateSplitConfigurationLogicRequest.ChargebackEnum Package Description com.adyen.model.management -
-
Uses of UpdateSplitConfigurationLogicRequest.ChargebackEnum in com.adyen.model.management
Methods in com.adyen.model.management that return UpdateSplitConfigurationLogicRequest.ChargebackEnum Modifier and Type Method Description static UpdateSplitConfigurationLogicRequest.ChargebackEnumUpdateSplitConfigurationLogicRequest.ChargebackEnum. fromValue(String value)UpdateSplitConfigurationLogicRequest.ChargebackEnumUpdateSplitConfigurationLogicRequest. getChargeback()Specifies how and from which balance account(s) to deduct the chargeback amount.static UpdateSplitConfigurationLogicRequest.ChargebackEnumUpdateSplitConfigurationLogicRequest.ChargebackEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSplitConfigurationLogicRequest.ChargebackEnum[]UpdateSplitConfigurationLogicRequest.ChargebackEnum. 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.ChargebackEnum Modifier and Type Method Description UpdateSplitConfigurationLogicRequestUpdateSplitConfigurationLogicRequest. chargeback(UpdateSplitConfigurationLogicRequest.ChargebackEnum chargeback)Specifies how and from which balance account(s) to deduct the chargeback amount.voidUpdateSplitConfigurationLogicRequest. setChargeback(UpdateSplitConfigurationLogicRequest.ChargebackEnum chargeback)Specifies how and from which balance account(s) to deduct the chargeback amount.
-