public static enum OtherPaymentDetail.CreditCardType extends Enum<OtherPaymentDetail.CreditCardType> implements BmcEnum
Echeck card type
Enum Constant and Description |
---|
Amex |
Checking |
CorporateChecking |
Diner |
Discover |
Elo |
Jcb |
Mastercard |
Saving |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Visa |
Modifier and Type | Method and Description |
---|---|
static OtherPaymentDetail.CreditCardType |
create(String key) |
String |
getValue() |
static OtherPaymentDetail.CreditCardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtherPaymentDetail.CreditCardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtherPaymentDetail.CreditCardType Visa
public static final OtherPaymentDetail.CreditCardType Amex
public static final OtherPaymentDetail.CreditCardType Mastercard
public static final OtherPaymentDetail.CreditCardType Discover
public static final OtherPaymentDetail.CreditCardType Jcb
public static final OtherPaymentDetail.CreditCardType Diner
public static final OtherPaymentDetail.CreditCardType Elo
public static final OtherPaymentDetail.CreditCardType Saving
public static final OtherPaymentDetail.CreditCardType Checking
public static final OtherPaymentDetail.CreditCardType CorporateChecking
public static final OtherPaymentDetail.CreditCardType UnknownEnumValue
public static OtherPaymentDetail.CreditCardType[] values()
for (OtherPaymentDetail.CreditCardType c : OtherPaymentDetail.CreditCardType.values()) System.out.println(c);
public static OtherPaymentDetail.CreditCardType 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 static OtherPaymentDetail.CreditCardType create(String key)
Copyright © 2016–2024. All rights reserved.