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