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