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