Uses of Class
com.adyen.model.management.SplitConfigurationLogic.PaymentFeeEnum
-
Packages that use SplitConfigurationLogic.PaymentFeeEnum Package Description com.adyen.model.management -
-
Uses of SplitConfigurationLogic.PaymentFeeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return SplitConfigurationLogic.PaymentFeeEnum Modifier and Type Method Description static SplitConfigurationLogic.PaymentFeeEnumSplitConfigurationLogic.PaymentFeeEnum. fromValue(String value)SplitConfigurationLogic.PaymentFeeEnumSplitConfigurationLogic. getPaymentFee()Deducts all transaction fees incurred by the payment from the specified balance account.static SplitConfigurationLogic.PaymentFeeEnumSplitConfigurationLogic.PaymentFeeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitConfigurationLogic.PaymentFeeEnum[]SplitConfigurationLogic.PaymentFeeEnum. 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.PaymentFeeEnum Modifier and Type Method Description SplitConfigurationLogicSplitConfigurationLogic. paymentFee(SplitConfigurationLogic.PaymentFeeEnum paymentFee)voidSplitConfigurationLogic. setPaymentFee(SplitConfigurationLogic.PaymentFeeEnum paymentFee)Deducts all transaction fees incurred by the payment from the specified balance account.
-