| Package | Description |
|---|---|
| net.authorize.data.creditcard | |
| net.authorize.data.xml.reporting | |
| net.authorize.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreditCard.setCardType(CardType cardType) |
| Modifier and Type | Method and Description |
|---|---|
CardType |
TransactionDetails.getAccountType() |
CardType |
BatchStatistics.getAccountType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDetails.setAccountType(CardType accountType) |
void |
BatchStatistics.setAccountType(CardType accountType) |
| Modifier and Type | Method and Description |
|---|---|
static CardType |
Luhn.getCardType(String cardNumber)
Return the CardType by inspecting the first digits of the card number.
|
Copyright © 2016. All Rights Reserved.