Uses of Class
com.adyen.model.management.SplitConfigurationRule.ShopperInteractionEnum
-
Packages that use SplitConfigurationRule.ShopperInteractionEnum Package Description com.adyen.model.management -
-
Uses of SplitConfigurationRule.ShopperInteractionEnum in com.adyen.model.management
Methods in com.adyen.model.management that return SplitConfigurationRule.ShopperInteractionEnum Modifier and Type Method Description static SplitConfigurationRule.ShopperInteractionEnumSplitConfigurationRule.ShopperInteractionEnum. fromValue(String value)SplitConfigurationRule.ShopperInteractionEnumSplitConfigurationRule. getShopperInteraction()The sales channel condition that defines whether the split logic applies.static SplitConfigurationRule.ShopperInteractionEnumSplitConfigurationRule.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitConfigurationRule.ShopperInteractionEnum[]SplitConfigurationRule.ShopperInteractionEnum. 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 SplitConfigurationRule.ShopperInteractionEnum Modifier and Type Method Description voidSplitConfigurationRule. setShopperInteraction(SplitConfigurationRule.ShopperInteractionEnum shopperInteraction)The sales channel condition that defines whether the split logic applies.SplitConfigurationRuleSplitConfigurationRule. shopperInteraction(SplitConfigurationRule.ShopperInteractionEnum shopperInteraction)The sales channel condition that defines whether the split logic applies.
-