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