Uses of Class
com.adyen.model.management.UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum
-
Packages that use UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum Package Description com.adyen.model.management -
-
Uses of UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum in com.adyen.model.management
Methods in com.adyen.model.management that return UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum Modifier and Type Method Description static UpdateSplitConfigurationLogicRequest.AdyenMarkupEnumUpdateSplitConfigurationLogicRequest.AdyenMarkupEnum. fromValue(String value)UpdateSplitConfigurationLogicRequest.AdyenMarkupEnumUpdateSplitConfigurationLogicRequest. getAdyenMarkup()Deducts the transaction fee due to Adyen under [Interchange ++ pricing](https://www.adyen.com/what-is-interchange) from the specified balance account.static UpdateSplitConfigurationLogicRequest.AdyenMarkupEnumUpdateSplitConfigurationLogicRequest.AdyenMarkupEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum[]UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum. 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.AdyenMarkupEnum Modifier and Type Method Description UpdateSplitConfigurationLogicRequestUpdateSplitConfigurationLogicRequest. adyenMarkup(UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum adyenMarkup)Deducts the transaction fee due to Adyen under [Interchange ++ pricing](https://www.adyen.com/what-is-interchange) from the specified balance account.voidUpdateSplitConfigurationLogicRequest. setAdyenMarkup(UpdateSplitConfigurationLogicRequest.AdyenMarkupEnum adyenMarkup)Deducts the transaction fee due to Adyen under [Interchange ++ pricing](https://www.adyen.com/what-is-interchange) from the specified balance account.
-