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