| Package | Description |
|---|---|
| net.authorize.data.creditcard | |
| net.authorize.data.xml.reporting | |
| net.authorize.util |
| Modifier and Type | Method and Description |
|---|---|
static CardType |
CardType.findByValue(java.lang.String value)
Deprecated.
|
CardType |
CreditCard.getCardType()
Deprecated.
|
static CardType |
CardType.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CardType[] |
CardType.values()
Deprecated.
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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CardType |
TransactionDetails.getAccountType()
Deprecated.
|
CardType |
BatchStatistics.getAccountType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDetails.setAccountType(CardType accountType)
Deprecated.
|
void |
BatchStatistics.setAccountType(CardType accountType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CardType |
Luhn.getCardType(java.lang.String cardNumber)
Deprecated.
Return the CardType by inspecting the first digits of the card number.
|
Copyright © 2018. All Rights Reserved.