GMVBarcodeFeatureDriverLicense Class Reference
Overview
A driver license or ID card data representation.
Inherits NSObject.
Property Summary | |
NSString * | firstName |
Holder's first name. More... | |
NSString * | middleName |
Holder's middle name. More... | |
NSString * | lastName |
Holder's last name. More... | |
NSString * | gender |
Holder's gender. More... | |
NSString * | addressCity |
Holder's city address. More... | |
NSString * | addressState |
Holder's state address. More... | |
NSString * | addressStreet |
Holder's street address. More... | |
NSString * | addressZip |
Holder's address' zipcode. More... | |
NSString * | birthDate |
Holder's birthday. More... | |
NSString * | documentType |
"DL" for driver licenses, "ID" for ID cards. More... | |
NSString * | licenseNumber |
Driver license ID number. More... | |
NSString * | expiryDate |
Driver license expiration date. More... | |
NSString * | issuingDate |
The date format depends on the issuing country. More... | |
NSString * | issuingCountry |
Country in which DL/ID was issued. More... | |
Property Detail
|
readatomiccopy |
Holder's first name.
|
readatomiccopy |
Holder's middle name.
|
readatomiccopy |
Holder's last name.
|
readatomiccopy |
Holder's gender.
1 is male and 2 is female.
|
readatomiccopy |
Holder's city address.
|
readatomiccopy |
Holder's state address.
|
readatomiccopy |
Holder's street address.
|
readatomiccopy |
Holder's address' zipcode.
|
readatomiccopy |
Holder's birthday.
The date format depends on the issuing country.
|
readatomiccopy |
"DL" for driver licenses, "ID" for ID cards.
|
readatomiccopy |
Driver license ID number.
|
readatomiccopy |
Driver license expiration date.
The date format depends on the issuing country.
|
readatomiccopy |
The date format depends on the issuing country.
|
readatomiccopy |
Country in which DL/ID was issued.