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