Uses of Class
com.adyen.model.management.SplitConfigurationLogic.AdyenFeesEnum
-
Packages that use SplitConfigurationLogic.AdyenFeesEnum Package Description com.adyen.model.management -
-
Uses of SplitConfigurationLogic.AdyenFeesEnum in com.adyen.model.management
Methods in com.adyen.model.management that return SplitConfigurationLogic.AdyenFeesEnum Modifier and Type Method Description static SplitConfigurationLogic.AdyenFeesEnumSplitConfigurationLogic.AdyenFeesEnum. fromValue(String value)SplitConfigurationLogic.AdyenFeesEnumSplitConfigurationLogic. getAdyenFees()Deducts the fees due to Adyen (markup or commission) from the specified balance account.static SplitConfigurationLogic.AdyenFeesEnumSplitConfigurationLogic.AdyenFeesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitConfigurationLogic.AdyenFeesEnum[]SplitConfigurationLogic.AdyenFeesEnum. 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.AdyenFeesEnum Modifier and Type Method Description SplitConfigurationLogicSplitConfigurationLogic. adyenFees(SplitConfigurationLogic.AdyenFeesEnum adyenFees)Deducts the fees due to Adyen (markup or commission) from the specified balance account.voidSplitConfigurationLogic. setAdyenFees(SplitConfigurationLogic.AdyenFeesEnum adyenFees)Deducts the fees due to Adyen (markup or commission) from the specified balance account.
-