public enum PaymentPreferenceSupportedField extends java.lang.Enum<PaymentPreferenceSupportedField> implements ICRMLookupEnum
| Enum Constant and Description |
|---|
ACCOUNT_HOLDER |
ACCOUNT_TYPE |
BANK |
BANK_ACCOUNT_NUMBER |
BANK_BRANCH |
NOTES |
PAYMENT_MEDIUM_BRAND |
PAYMENT_MEDIUM_IDENTIFIER |
PAYMENT_MEDIUM_TYPE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
static PaymentPreferenceSupportedField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentPreferenceSupportedField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentPreferenceSupportedField PAYMENT_MEDIUM_IDENTIFIER
public static final PaymentPreferenceSupportedField PAYMENT_MEDIUM_TYPE
public static final PaymentPreferenceSupportedField PAYMENT_MEDIUM_BRAND
public static final PaymentPreferenceSupportedField ACCOUNT_HOLDER
public static final PaymentPreferenceSupportedField BANK_ACCOUNT_NUMBER
public static final PaymentPreferenceSupportedField ACCOUNT_TYPE
public static final PaymentPreferenceSupportedField BANK
public static final PaymentPreferenceSupportedField BANK_BRANCH
public static final PaymentPreferenceSupportedField NOTES
public static PaymentPreferenceSupportedField[] values()
for (PaymentPreferenceSupportedField c : PaymentPreferenceSupportedField.values()) System.out.println(c);
public static PaymentPreferenceSupportedField 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 nullpublic java.lang.String getLabel()
getLabel in interface ICRMLookupEnum