public static enum BankDetailsLookup.AvailableDebitScheme extends java.lang.Enum<BankDetailsLookup.AvailableDebitScheme>
| Enum Constant and Description |
|---|
AUTOGIRO |
BACS |
BECS |
BECS_NZ |
BETALINGSSERVICE |
SEPA_CORE |
| Modifier and Type | Method and Description |
|---|---|
static BankDetailsLookup.AvailableDebitScheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BankDetailsLookup.AvailableDebitScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="autogiro") public static final BankDetailsLookup.AvailableDebitScheme AUTOGIRO
@SerializedName(value="bacs") public static final BankDetailsLookup.AvailableDebitScheme BACS
@SerializedName(value="becs") public static final BankDetailsLookup.AvailableDebitScheme BECS
@SerializedName(value="becs_nz") public static final BankDetailsLookup.AvailableDebitScheme BECS_NZ
@SerializedName(value="betalingsservice") public static final BankDetailsLookup.AvailableDebitScheme BETALINGSSERVICE
@SerializedName(value="sepa_core") public static final BankDetailsLookup.AvailableDebitScheme SEPA_CORE
public static BankDetailsLookup.AvailableDebitScheme[] values()
for (BankDetailsLookup.AvailableDebitScheme c : BankDetailsLookup.AvailableDebitScheme.values()) System.out.println(c);
public static BankDetailsLookup.AvailableDebitScheme valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null