| Package | Description |
|---|---|
| us.fatehi.magnetictrack.bankcard |
| Modifier and Type | Method and Description |
|---|---|
static MajorIndustryIdentifier |
MajorIndustryIdentifier.from(String accountNumber)
Parses MII value.
|
MajorIndustryIdentifier |
PrimaryAccountNumber.getMajorIndustryIdentifier()
The first digit of a credit card number is the Major Industry
Identifier (MII) (see ISO/IEC 7812), which represents the category
of entity which issued the card.
|
static MajorIndustryIdentifier |
MajorIndustryIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MajorIndustryIdentifier[] |
MajorIndustryIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Sualeh Fatehi. All rights reserved.