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