| Package | Description |
|---|---|
| us.fatehi.magnetictrack.bankcard |
| Modifier and Type | Method and Description |
|---|---|
PrimaryAccountNumber |
Track2.getPrimaryAccountNumber()
Gets the primary account number for the card.
|
PrimaryAccountNumber |
Track1FormatB.getPrimaryAccountNumber()
Gets the primary account number for the card.
|
PrimaryAccountNumber |
BankCard.getPrimaryAccountNumber()
Gets the primary account number for the card.
|
| Constructor and Description |
|---|
BankCard(PrimaryAccountNumber pan)
Construct a bank card from the constituent parts.
|
BankCard(PrimaryAccountNumber pan,
ExpirationDate expirationDate)
Construct a bank card from the constituent parts.
|
BankCard(PrimaryAccountNumber pan,
ExpirationDate expirationDate,
Name name)
Construct a bank card from the constituent parts.
|
BankCard(PrimaryAccountNumber pan,
ExpirationDate expirationDate,
Name name,
ServiceCode serviceCode)
Construct a bank card from the constituent parts.
|
Copyright © 2014 Sualeh Fatehi. All rights reserved.