public static enum PaymentSessionRequest.ChannelEnum extends Enum<PaymentSessionRequest.ChannelEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentSessionRequest.ChannelEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static PaymentSessionRequest.ChannelEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PaymentSessionRequest.ChannelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentSessionRequest.ChannelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentSessionRequest.ChannelEnum IOS
public static final PaymentSessionRequest.ChannelEnum ANDROID
public static final PaymentSessionRequest.ChannelEnum WEB
public static PaymentSessionRequest.ChannelEnum[] values()
for (PaymentSessionRequest.ChannelEnum c : PaymentSessionRequest.ChannelEnum.values()) System.out.println(c);
public static PaymentSessionRequest.ChannelEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<PaymentSessionRequest.ChannelEnum>public static PaymentSessionRequest.ChannelEnum fromValue(String text)
Copyright © 2022. All rights reserved.