public class PaymentActionType extends java.lang.Object implements java.io.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(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 PaymentActionType |
getInstance(java.lang.String type) |
java.lang.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 PaymentActionType()
public PaymentActionType(java.lang.String type,
java.lang.String friendlyType)
public static PaymentActionType 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.