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