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