A driver license or ID card.
| String |
getAddressCity()
Gets city of holder's address.
|
| String |
getAddressState()
Gets state of holder's address.
|
| String |
getAddressStreet()
Gets holder's street address.
|
| String |
getAddressZip()
Gets zip code of holder's address.
|
| String |
getBirthDate()
Gets birth date of the holder.
|
| String |
getDocumentType()
Gets "DL" for driver licenses, "ID" for ID cards.
|
| String |
getExpiryDate()
Gets expiry date of the license.
|
| String |
getFirstName()
Gets holder's first name.
|
| String |
getGender()
Gets holder's gender.
|
| String |
getIssueDate()
Gets issue date of the license.
|
| String |
getIssuingCountry()
Gets country in which DL/ID was issued.
|
| String |
getLastName()
Gets holder's last name.
|
| String |
getLicenseNumber()
Gets driver license ID number.
|
| String |
getMiddleName()
Gets holder's middle name.
|
Gets city of holder's address.
Gets state of holder's address.
Gets holder's street address.
Gets zip code of holder's address.
Gets birth date of the holder.
Gets "DL" for driver licenses, "ID" for ID cards.
Gets expiry date of the license.
Gets holder's first name.
Gets holder's gender. 1 - male, 2 - female.
Gets issue date of the license.
The date format depends on the issuing country. MMDDYYYY for the US, YYYYMMDD for Canada.
Gets country in which DL/ID was issued. US = "USA", Canada = "CAN".
Gets holder's last name.
Gets driver license ID number.
Gets holder's middle name.