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