public class PaymentActionType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PaymentActionType |
AUTHORIZE |
static PaymentActionType |
AUTHORIZEANDDEBIT |
static PaymentActionType |
BALANCE |
static PaymentActionType |
CREDIT |
static PaymentActionType |
DEBIT |
static PaymentActionType |
PARTIALPAYMENT |
static PaymentActionType |
REVERSEAUTHORIZE |
static PaymentActionType |
VOID |
| Constructor and Description |
|---|
PaymentActionType() |
PaymentActionType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PaymentActionType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PaymentActionType AUTHORIZE
public static final PaymentActionType DEBIT
public static final PaymentActionType AUTHORIZEANDDEBIT
public static final PaymentActionType CREDIT
public static final PaymentActionType VOID
public static final PaymentActionType BALANCE
public static final PaymentActionType REVERSEAUTHORIZE
public static final PaymentActionType PARTIALPAYMENT
public static PaymentActionType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.