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