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