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