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