public class PayPalTransactionType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PayPalTransactionType |
AUTHORIZE |
static PayPalTransactionType |
AUTHORIZEANDCAPTURE |
static PayPalTransactionType |
CAPTURE |
static PayPalTransactionType |
CREDIT |
static PayPalTransactionType |
REVERSEAUTHORIZE |
static PayPalTransactionType |
VOIDTRANSACTION |
| Constructor and Description |
|---|
PayPalTransactionType() |
PayPalTransactionType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PayPalTransactionType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PayPalTransactionType AUTHORIZE
public static final PayPalTransactionType CAPTURE
public static final PayPalTransactionType AUTHORIZEANDCAPTURE
public static final PayPalTransactionType CREDIT
public static final PayPalTransactionType VOIDTRANSACTION
public static final PayPalTransactionType REVERSEAUTHORIZE
public static PayPalTransactionType getInstance(String type)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypeCopyright © 2025. All rights reserved.