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