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