public class PayPalPaymentStatusType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PayPalPaymentStatusType |
CANCELEDREVERSAL |
static PayPalPaymentStatusType |
COMPLETED |
static PayPalPaymentStatusType |
COMPLETEDFUNDSHELD |
static PayPalPaymentStatusType |
DENIED |
static PayPalPaymentStatusType |
EXPIRED |
static PayPalPaymentStatusType |
FAILED |
static PayPalPaymentStatusType |
INPROGRESS |
static PayPalPaymentStatusType |
NONE |
static PayPalPaymentStatusType |
PARTIALLYREFUNDED |
static PayPalPaymentStatusType |
PENDING |
static PayPalPaymentStatusType |
PROCESSED |
static PayPalPaymentStatusType |
REFUNDED |
static PayPalPaymentStatusType |
REVERSED |
static PayPalPaymentStatusType |
VOIDED |
| Constructor and Description |
|---|
PayPalPaymentStatusType() |
PayPalPaymentStatusType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PayPalPaymentStatusType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PayPalPaymentStatusType NONE
public static final PayPalPaymentStatusType CANCELEDREVERSAL
public static final PayPalPaymentStatusType COMPLETED
public static final PayPalPaymentStatusType DENIED
public static final PayPalPaymentStatusType EXPIRED
public static final PayPalPaymentStatusType FAILED
public static final PayPalPaymentStatusType INPROGRESS
public static final PayPalPaymentStatusType PARTIALLYREFUNDED
public static final PayPalPaymentStatusType PENDING
public static final PayPalPaymentStatusType REFUNDED
public static final PayPalPaymentStatusType REVERSED
public static final PayPalPaymentStatusType PROCESSED
public static final PayPalPaymentStatusType VOIDED
public static final PayPalPaymentStatusType COMPLETEDFUNDSHELD
public static PayPalPaymentStatusType getInstance(String type)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypeCopyright © 2017. All rights reserved.