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