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