public static enum CreateCheckoutSessionResponse.ChannelEnum extends Enum<CreateCheckoutSessionResponse.ChannelEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCheckoutSessionResponse.ChannelEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CreateCheckoutSessionResponse.ChannelEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CreateCheckoutSessionResponse.ChannelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateCheckoutSessionResponse.ChannelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateCheckoutSessionResponse.ChannelEnum IOS
public static final CreateCheckoutSessionResponse.ChannelEnum ANDROID
public static final CreateCheckoutSessionResponse.ChannelEnum WEB
public static CreateCheckoutSessionResponse.ChannelEnum[] values()
for (CreateCheckoutSessionResponse.ChannelEnum c : CreateCheckoutSessionResponse.ChannelEnum.values()) System.out.println(c);
public static CreateCheckoutSessionResponse.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<CreateCheckoutSessionResponse.ChannelEnum>public static CreateCheckoutSessionResponse.ChannelEnum fromValue(String value)
Copyright © 2022. All rights reserved.