public class PayPalPendingReasonType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PayPalPendingReasonType |
ADDRESS |
static PayPalPendingReasonType |
AUTHORIZATION |
static PayPalPendingReasonType |
ECHECK |
static PayPalPendingReasonType |
INTL |
static PayPalPendingReasonType |
MULTICURRENCY |
static PayPalPendingReasonType |
NONE |
static PayPalPendingReasonType |
ORDER |
static PayPalPendingReasonType |
OTHER |
static PayPalPendingReasonType |
PAYMENTREVIEW |
static PayPalPendingReasonType |
UNILATERAL |
static PayPalPendingReasonType |
VERIFY |
| Constructor and Description |
|---|
PayPalPendingReasonType() |
PayPalPendingReasonType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PayPalPendingReasonType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PayPalPendingReasonType NONE
public static final PayPalPendingReasonType ADDRESS
public static final PayPalPendingReasonType AUTHORIZATION
public static final PayPalPendingReasonType ECHECK
public static final PayPalPendingReasonType INTL
public static final PayPalPendingReasonType MULTICURRENCY
public static final PayPalPendingReasonType ORDER
public static final PayPalPendingReasonType PAYMENTREVIEW
public static final PayPalPendingReasonType UNILATERAL
public static final PayPalPendingReasonType VERIFY
public static final PayPalPendingReasonType OTHER
public static PayPalPendingReasonType getInstance(String type)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypeCopyright © 2016. All rights reserved.