| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static PaymentSessionRequest.ShopperInteractionEnum |
PaymentSessionRequest.ShopperInteractionEnum.fromValue(String text) |
PaymentSessionRequest.ShopperInteractionEnum |
PaymentSessionRequest.getShopperInteraction() |
PaymentSessionRequest.ShopperInteractionEnum |
PaymentSessionRequest.ShopperInteractionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PaymentSessionRequest.ShopperInteractionEnum |
PaymentSessionRequest.ShopperInteractionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentSessionRequest.ShopperInteractionEnum[] |
PaymentSessionRequest.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 |
PaymentSessionRequest.setShopperInteraction(PaymentSessionRequest.ShopperInteractionEnum shopperInteraction) |
PaymentSessionRequest |
PaymentSessionRequest.shopperInteraction(PaymentSessionRequest.ShopperInteractionEnum shopperInteraction) |
void |
PaymentSessionRequest.ShopperInteractionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PaymentSessionRequest.ShopperInteractionEnum enumeration) |
Copyright © 2022. All rights reserved.