public static enum PaymentSource.BankAccount.EcheckType extends Enum<PaymentSource.BankAccount.EcheckType>
| Modifier and Type | Method and Description |
|---|---|
static PaymentSource.BankAccount.EcheckType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentSource.BankAccount.EcheckType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentSource.BankAccount.EcheckType WEB
public static final PaymentSource.BankAccount.EcheckType PPD
public static final PaymentSource.BankAccount.EcheckType CCD
public static final PaymentSource.BankAccount.EcheckType _UNKNOWN
public static PaymentSource.BankAccount.EcheckType[] values()
for (PaymentSource.BankAccount.EcheckType c : PaymentSource.BankAccount.EcheckType.values()) System.out.println(c);
public static PaymentSource.BankAccount.EcheckType 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 nullCopyright © 2023 ChargeBee. All rights reserved.