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