public class PayPalCheckoutStatusType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PayPalCheckoutStatusType |
PAYMENTACTIONFAILED |
static PayPalCheckoutStatusType |
PAYMENTACTIONINPROGRESS |
static PayPalCheckoutStatusType |
PAYMENTACTIONNOTINITIATED |
static PayPalCheckoutStatusType |
PAYMENTCOMPLETED |
| Constructor and Description |
|---|
PayPalCheckoutStatusType() |
PayPalCheckoutStatusType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PayPalCheckoutStatusType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PayPalCheckoutStatusType PAYMENTACTIONNOTINITIATED
public static final PayPalCheckoutStatusType PAYMENTACTIONFAILED
public static final PayPalCheckoutStatusType PAYMENTACTIONINPROGRESS
public static final PayPalCheckoutStatusType PAYMENTCOMPLETED
public static PayPalCheckoutStatusType 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.