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