Uses of Class
com.adyen.model.storedvalue.StoredValueBalanceMergeRequest.ShopperInteractionEnum
-
Packages that use StoredValueBalanceMergeRequest.ShopperInteractionEnum Package Description com.adyen.model.storedvalue -
-
Uses of StoredValueBalanceMergeRequest.ShopperInteractionEnum in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueBalanceMergeRequest.ShopperInteractionEnum Modifier and Type Method Description static StoredValueBalanceMergeRequest.ShopperInteractionEnumStoredValueBalanceMergeRequest.ShopperInteractionEnum. fromValue(String text)StoredValueBalanceMergeRequest.ShopperInteractionEnumStoredValueBalanceMergeRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.StoredValueBalanceMergeRequest.ShopperInteractionEnumStoredValueBalanceMergeRequest.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static StoredValueBalanceMergeRequest.ShopperInteractionEnumStoredValueBalanceMergeRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredValueBalanceMergeRequest.ShopperInteractionEnum[]StoredValueBalanceMergeRequest.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 StoredValueBalanceMergeRequest.ShopperInteractionEnum Modifier and Type Method Description voidStoredValueBalanceMergeRequest. setShopperInteraction(StoredValueBalanceMergeRequest.ShopperInteractionEnum shopperInteraction)StoredValueBalanceMergeRequestStoredValueBalanceMergeRequest. shopperInteraction(StoredValueBalanceMergeRequest.ShopperInteractionEnum shopperInteraction)voidStoredValueBalanceMergeRequest.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, StoredValueBalanceMergeRequest.ShopperInteractionEnum enumeration)
-