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 text)StoredValueIssueRequest.ShopperInteractionEnumStoredValueIssueRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.StoredValueIssueRequest.ShopperInteractionEnumStoredValueIssueRequest.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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)StoredValueIssueRequestStoredValueIssueRequest. shopperInteraction(StoredValueIssueRequest.ShopperInteractionEnum shopperInteraction)voidStoredValueIssueRequest.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, StoredValueIssueRequest.ShopperInteractionEnum enumeration)
-