public class PayPalMethodType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PayPalMethodType |
AUTHORIZATION |
static PayPalMethodType |
CAPTURE |
static PayPalMethodType |
CHECKOUT |
static PayPalMethodType |
DETAILS |
static PayPalMethodType |
PROCESS |
static PayPalMethodType |
REFUND |
static PayPalMethodType |
VOID |
| Constructor and Description |
|---|
PayPalMethodType() |
PayPalMethodType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PayPalMethodType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PayPalMethodType CHECKOUT
public static final PayPalMethodType AUTHORIZATION
public static final PayPalMethodType DETAILS
public static final PayPalMethodType PROCESS
public static final PayPalMethodType REFUND
public static final PayPalMethodType CAPTURE
public static final PayPalMethodType VOID
public static PayPalMethodType 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.