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