Uses of Class
com.adyen.model.management.SplitConfigurationLogic.SchemeFeeEnum
-
Packages that use SplitConfigurationLogic.SchemeFeeEnum Package Description com.adyen.model.management -
-
Uses of SplitConfigurationLogic.SchemeFeeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return SplitConfigurationLogic.SchemeFeeEnum Modifier and Type Method Description static SplitConfigurationLogic.SchemeFeeEnumSplitConfigurationLogic.SchemeFeeEnum. fromValue(String value)SplitConfigurationLogic.SchemeFeeEnumSplitConfigurationLogic. getSchemeFee()Deducts the scheme fee from the specified balance account.static SplitConfigurationLogic.SchemeFeeEnumSplitConfigurationLogic.SchemeFeeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitConfigurationLogic.SchemeFeeEnum[]SplitConfigurationLogic.SchemeFeeEnum. 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.SchemeFeeEnum Modifier and Type Method Description SplitConfigurationLogicSplitConfigurationLogic. schemeFee(SplitConfigurationLogic.SchemeFeeEnum schemeFee)voidSplitConfigurationLogic. setSchemeFee(SplitConfigurationLogic.SchemeFeeEnum schemeFee)Deducts the scheme fee from the specified balance account.
-