| Package | Description |
|---|---|
| com.adyen.model.storedvalue |
| Modifier and Type | Method and Description |
|---|---|
static StoredValueStatusChangeRequest.ShopperInteractionEnum |
StoredValueStatusChangeRequest.ShopperInteractionEnum.fromValue(String text) |
StoredValueStatusChangeRequest.ShopperInteractionEnum |
StoredValueStatusChangeRequest.getShopperInteraction()
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
StoredValueStatusChangeRequest.ShopperInteractionEnum |
StoredValueStatusChangeRequest.ShopperInteractionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static StoredValueStatusChangeRequest.ShopperInteractionEnum |
StoredValueStatusChangeRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredValueStatusChangeRequest.setShopperInteraction(StoredValueStatusChangeRequest.ShopperInteractionEnum shopperInteraction) |
StoredValueStatusChangeRequest |
StoredValueStatusChangeRequest.shopperInteraction(StoredValueStatusChangeRequest.ShopperInteractionEnum shopperInteraction) |
void |
StoredValueStatusChangeRequest.ShopperInteractionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
StoredValueStatusChangeRequest.ShopperInteractionEnum enumeration) |
Copyright © 2022. All rights reserved.