|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CardType | |
|---|---|
| net.authorize.data.creditcard | |
| net.authorize.data.xml.reporting | |
| net.authorize.util | |
| Uses of CardType in net.authorize.data.creditcard |
|---|
| Methods in net.authorize.data.creditcard that return CardType | |
|---|---|
static CardType |
CardType.findByValue(String value)
|
CardType |
CreditCard.getCardType()
|
static CardType |
CardType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CardType[] |
CardType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.authorize.data.creditcard with parameters of type CardType | |
|---|---|
void |
CreditCard.setCardType(CardType cardType)
|
| Uses of CardType in net.authorize.data.xml.reporting |
|---|
| Methods in net.authorize.data.xml.reporting that return CardType | |
|---|---|
CardType |
TransactionDetails.getAccountType()
|
CardType |
BatchStatistics.getAccountType()
|
| Methods in net.authorize.data.xml.reporting with parameters of type CardType | |
|---|---|
void |
TransactionDetails.setAccountType(CardType accountType)
|
void |
BatchStatistics.setAccountType(CardType accountType)
|
| Uses of CardType in net.authorize.util |
|---|
| Methods in net.authorize.util that return CardType | |
|---|---|
static CardType |
Luhn.getCardType(String cardNumber)
Return the CardType by inspecting the first digits of the card number. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||