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()Specifies the logic to apply when booking the transaction fees.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)voidSplitConfigurationLogic. setAdyenFees(SplitConfigurationLogic.AdyenFeesEnum adyenFees)
-