PersonalCustomerAutofillResponseData
public struct PersonalCustomerAutofillResponseData : Codable
Child structure of CustomerAutofillDataRS
-
Name of the customer
Declaration
Swift
public var name: String? -
First name extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present
Declaration
Swift
public var firstName: String? -
Middle name extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present
Declaration
Swift
public var middleName: String? -
This field is extracted from: The barcode or MRZ (if present), or the front or back of the ID.
Declaration
Swift
public var lastName: String? -
This field is extracted from: The barcode or MRZ (if present), or the front or back of the ID.
Declaration
Swift
public var lastName2: String? -
Date of birth of the customer. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction. (DD/MM/YYYY)
Declaration
Swift
public var dob: String? -
Gender of the customer. Valid values are M and F
Declaration
Swift
public var gender: String? -
Address of the customer
Declaration
Swift
public var address: String? -
Address Line1 of the customer
Declaration
Swift
public var addressLine1: String? -
Address Line2 of the customer
Declaration
Swift
public var addressLine2: String? -
Address Line3 of the customer
Declaration
Swift
public var addressLine3: String? -
City address of the customer
Declaration
Swift
public var city: String? -
2 digit state code from the address of the customer
Declaration
Swift
public var state: String? -
Postal Code from the address of the customer
Declaration
Swift
public var postalCode: String? -
This is the full name in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var nameDoc: String? -
This is the First Name in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var firstNameDoc: String? -
This is the Middle name in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var middleNameDoc: String? -
This is the Last name in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var lastNameDoc: String? -
This is the Last name2 in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var lastName2Doc: String? -
This is the Address in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var addressLine1Doc: String? -
This is the Address in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var addressLine2Doc: String? -
Date of Birth extracted from front of the ID.
Declaration
Swift
public var dateOfBirthDoc: String? -
eyeColor extracted from barcode of the ID
Declaration
Swift
public var eyeColor: String? -
height extracted from barcode of the ID.
Declaration
Swift
public var height: String? -
weight extracted from barcode of the ID.
Declaration
Swift
public var weight: String? -
parish extracted from barcode of the ID.
Declaration
Swift
public var parish: String? -
This is the Additional name in which the identity document was issued. Extracted from the document.
Declaration
Swift
public var additionalNames: String? -
Non English Additional name, extracted from the front or back of the ID.
Declaration
Swift
public var additionalNamesNonEng: String?