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