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