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