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