Identification Data
data class IdentificationData(val firstName: String?, val lastName: String?, val middleName: String?, val dateOfBirth: String?, val licenseNumber: String?, val state: String?, val expirationDate: String?, val address: String?)
Contains personal data extracted from the customer's identity document during verification.
Constructors
Properties
Link copied to clipboard
The customer's date of birth extracted from the document.
Link copied to clipboard
The expiration date of the identity document.
Link copied to clipboard
The driver's license or ID number found on the document.
Link copied to clipboard
The customer's middle name as it appears on the document, if present.