public class PaymentInfoType extends java.lang.Object implements java.io.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(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static PaymentInfoType |
getInstance(java.lang.String type) |
java.lang.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 PaymentInfoType()
public PaymentInfoType(java.lang.String type,
java.lang.String friendlyType)
public static PaymentInfoType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.