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