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