Package com.adyen.model.balanceplatform
Enum BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum
- java.lang.Object
-
- java.lang.Enum<BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum>
-
- com.adyen.model.balanceplatform.BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum
-
- All Implemented Interfaces:
Serializable,Comparable<BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum>
- Enclosing class:
- BankAccountIdentificationTypeRequirement
public static enum BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum extends Enum<BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum>
Gets or Sets bankAccountIdentificationTypes
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnumfromValue(String value)StringgetValue()StringtoString()static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AULOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum AULOCAL
-
BRLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum BRLOCAL
-
CALOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum CALOCAL
-
CZLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum CZLOCAL
-
DKLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum DKLOCAL
-
HKLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum HKLOCAL
-
HULOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum HULOCAL
-
IBAN
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum IBAN
-
LEGACY
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum LEGACY
-
NOLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum NOLOCAL
-
NUMBERANDBIC
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum NUMBERANDBIC
-
NZLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum NZLOCAL
-
PLLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum PLLOCAL
-
SELOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum SELOCAL
-
SGLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum SGLOCAL
-
UKLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum UKLOCAL
-
USLOCAL
public static final BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum USLOCAL
-
-
Method Detail
-
values
public static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum c : BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum>
-
fromValue
public static BankAccountIdentificationTypeRequirement.BankAccountIdentificationTypesEnum fromValue(String value)
-
-