Uses of Class
com.adyen.model.storedvalue.StoredValueLoadRequest.ShopperInteractionEnum
-
Packages that use StoredValueLoadRequest.ShopperInteractionEnum Package Description com.adyen.model.storedvalue -
-
Uses of StoredValueLoadRequest.ShopperInteractionEnum in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueLoadRequest.ShopperInteractionEnum Modifier and Type Method Description static StoredValueLoadRequest.ShopperInteractionEnumStoredValueLoadRequest.ShopperInteractionEnum. fromValue(String value)StoredValueLoadRequest.ShopperInteractionEnumStoredValueLoadRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.static StoredValueLoadRequest.ShopperInteractionEnumStoredValueLoadRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredValueLoadRequest.ShopperInteractionEnum[]StoredValueLoadRequest.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 StoredValueLoadRequest.ShopperInteractionEnum Modifier and Type Method Description voidStoredValueLoadRequest. setShopperInteraction(StoredValueLoadRequest.ShopperInteractionEnum shopperInteraction)Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.StoredValueLoadRequestStoredValueLoadRequest. shopperInteraction(StoredValueLoadRequest.ShopperInteractionEnum shopperInteraction)Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
-