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