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