| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static CreateCheckoutSessionResponse.ChannelEnum |
CreateCheckoutSessionResponse.ChannelEnum.fromValue(String value) |
CreateCheckoutSessionResponse.ChannelEnum |
CreateCheckoutSessionResponse.getChannel()
The platform where a payment transaction takes place.
|
CreateCheckoutSessionResponse.ChannelEnum |
CreateCheckoutSessionResponse.ChannelEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CreateCheckoutSessionResponse.ChannelEnum |
CreateCheckoutSessionResponse.ChannelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateCheckoutSessionResponse.ChannelEnum[] |
CreateCheckoutSessionResponse.ChannelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCheckoutSessionResponse |
CreateCheckoutSessionResponse.channel(CreateCheckoutSessionResponse.ChannelEnum channel) |
void |
CreateCheckoutSessionResponse.setChannel(CreateCheckoutSessionResponse.ChannelEnum channel) |
void |
CreateCheckoutSessionResponse.ChannelEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CreateCheckoutSessionResponse.ChannelEnum enumeration) |
Copyright © 2022. All rights reserved.