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 postal 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 the three-letter
country code 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.
Returns null if not available.
Gets state of holder's address.
Returns null if not available.
Gets holder's street address.
Returns null if not available.
Gets postal code of holder's address.
Returns null if not available.
Gets birth date of the holder.
Returns null if not available.
Gets "DL" for driver licenses, "ID" for ID cards.
Returns null if not available.
Gets expiry date of the license.
Returns null if not available.
Gets holder's first name.
Returns null if not available.
Gets holder's gender. 1 - male, 2 - female.
Returns null if not available.
Gets issue date of the license.
The date format depends on the issuing country. MMDDYYYY for the US, YYYYMMDD for Canada.
Returns null if not available.
Gets the three-letter country code in which DL/ID was issued.
Returns null if not available.
Gets holder's last name.
Returns null if not available.
Gets driver license ID number.
Returns null if not available.
Gets holder's middle name.
Returns null if not available.