public class TransactionType extends java.lang.Object implements java.io.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(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static TransactionType |
getInstance(java.lang.String type) |
java.lang.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 TransactionType()
public TransactionType(java.lang.String type,
java.lang.String friendlyType)
public static TransactionType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.