public class AuthorizeNetCardType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static AuthorizeNetCardType |
AMEX |
static AuthorizeNetCardType |
DINERSCLUB_CARTEBLANCHE |
static AuthorizeNetCardType |
DISCOVER |
static AuthorizeNetCardType |
ECHECK |
static AuthorizeNetCardType |
JCB |
static AuthorizeNetCardType |
MASTERCARD |
static AuthorizeNetCardType |
UNKNOWN |
static AuthorizeNetCardType |
VISA |
| Constructor and Description |
|---|
AuthorizeNetCardType() |
AuthorizeNetCardType(String type,
String friendlyType,
net.authorize.data.creditcard.CardType authCardType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
net.authorize.data.creditcard.CardType |
getAuthorizeNetCardType() |
org.broadleafcommerce.common.payment.CreditCardType |
getBroadleafCardType() |
String |
getFriendlyType() |
static AuthorizeNetCardType |
getInstance(String type) |
static AuthorizeNetCardType |
getInstanceFromAuthorizeNetType(net.authorize.data.creditcard.CardType authNetCardType) |
static AuthorizeNetCardType |
getInstanceFromBroadleafType(org.broadleafcommerce.common.payment.CreditCardType blcCardType) |
String |
getType() |
int |
hashCode() |
public static final AuthorizeNetCardType MASTERCARD
public static final AuthorizeNetCardType VISA
public static final AuthorizeNetCardType AMEX
public static final AuthorizeNetCardType DINERSCLUB_CARTEBLANCHE
public static final AuthorizeNetCardType DISCOVER
public static final AuthorizeNetCardType JCB
public static final AuthorizeNetCardType ECHECK
public static final AuthorizeNetCardType UNKNOWN
public static AuthorizeNetCardType getInstance(String type)
public static AuthorizeNetCardType getInstanceFromAuthorizeNetType(net.authorize.data.creditcard.CardType authNetCardType)
public static AuthorizeNetCardType getInstanceFromBroadleafType(org.broadleafcommerce.common.payment.CreditCardType blcCardType)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic net.authorize.data.creditcard.CardType getAuthorizeNetCardType()
public org.broadleafcommerce.common.payment.CreditCardType getBroadleafCardType()
Copyright © 2017. All rights reserved.