| Package | Description |
|---|---|
| com.adyen.model.binlookup |
| Modifier and Type | Method and Description |
|---|---|
static CostEstimateRequest.ShopperInteractionEnum |
CostEstimateRequest.ShopperInteractionEnum.fromValue(String text) |
CostEstimateRequest.ShopperInteractionEnum |
CostEstimateRequest.getShopperInteraction()
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
CostEstimateRequest.ShopperInteractionEnum |
CostEstimateRequest.ShopperInteractionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CostEstimateRequest.ShopperInteractionEnum |
CostEstimateRequest.ShopperInteractionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostEstimateRequest.ShopperInteractionEnum[] |
CostEstimateRequest.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 |
CostEstimateRequest.setShopperInteraction(CostEstimateRequest.ShopperInteractionEnum shopperInteraction) |
CostEstimateRequest |
CostEstimateRequest.shopperInteraction(CostEstimateRequest.ShopperInteractionEnum shopperInteraction) |
void |
CostEstimateRequest.ShopperInteractionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CostEstimateRequest.ShopperInteractionEnum enumeration) |
Copyright © 2022. All rights reserved.