Uses of Class
com.adyen.model.storedvalue.StoredValueBalanceMergeRequest.ShopperInteractionEnum
-
Packages that use StoredValueBalanceMergeRequest.ShopperInteractionEnum Package Description com.adyen.model.storedvalue -
-
Uses of StoredValueBalanceMergeRequest.ShopperInteractionEnum in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueBalanceMergeRequest.ShopperInteractionEnum Modifier and Type Method Description static StoredValueBalanceMergeRequest.ShopperInteractionEnumStoredValueBalanceMergeRequest.ShopperInteractionEnum. fromValue(String value)StoredValueBalanceMergeRequest.ShopperInteractionEnumStoredValueBalanceMergeRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.static StoredValueBalanceMergeRequest.ShopperInteractionEnumStoredValueBalanceMergeRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredValueBalanceMergeRequest.ShopperInteractionEnum[]StoredValueBalanceMergeRequest.ShopperInteractionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.storedvalue with parameters of type StoredValueBalanceMergeRequest.ShopperInteractionEnum Modifier and Type Method Description voidStoredValueBalanceMergeRequest. setShopperInteraction(StoredValueBalanceMergeRequest.ShopperInteractionEnum shopperInteraction)Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.StoredValueBalanceMergeRequestStoredValueBalanceMergeRequest. shopperInteraction(StoredValueBalanceMergeRequest.ShopperInteractionEnum shopperInteraction)
-