public class PaymentInfoType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PaymentInfoType |
ACCOUNT |
static PaymentInfoType |
BANK_ACCOUNT |
static PaymentInfoType |
CHECK |
static PaymentInfoType |
CREDIT_CARD |
static PaymentInfoType |
CUSTOMER_CREDIT |
static PaymentInfoType |
ELECTRONIC_CHECK |
static PaymentInfoType |
GIFT_CARD |
static PaymentInfoType |
MONEY_ORDER |
static PaymentInfoType |
PAYPAL |
static PaymentInfoType |
WIRE |
| Constructor and Description |
|---|
PaymentInfoType() |
PaymentInfoType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PaymentInfoType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PaymentInfoType GIFT_CARD
public static final PaymentInfoType CREDIT_CARD
public static final PaymentInfoType BANK_ACCOUNT
public static final PaymentInfoType PAYPAL
public static final PaymentInfoType CHECK
public static final PaymentInfoType ELECTRONIC_CHECK
public static final PaymentInfoType WIRE
public static final PaymentInfoType MONEY_ORDER
public static final PaymentInfoType CUSTOMER_CREDIT
public static final PaymentInfoType ACCOUNT
public static PaymentInfoType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.