CustomerAutofillIdDataRS

public struct CustomerAutofillIdDataRS : Codable

Child structure of CustomerAutofillDataRS

Properties

  • This is extracted id type that is returned in the response.

    Declaration

    Swift

    public var idType: String?
  • This is 2 or 3 digit ISO state code. Either extracted from the barcode or as defined in the template.

    Declaration

    Swift

    public var idState: String?
  • This is the 3-digit ISO country code in which the identity document was issued. Either extracted from the barcode / MRZ or as defined in the template.

    Declaration

    Swift

    public var idCountry: String?
  • ID number extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present.

    Declaration

    Swift

    public var idNumber: String?
  • ID number1 extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present.

    Declaration

    Swift

    public var idNumber1: String?
  • ID number2 extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present.

    Declaration

    Swift

    public var idNumber2: String?
  • ID number3 extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present.

    Declaration

    Swift

    public var idNumber3: String?
  • ID number4 extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present.

    Declaration

    Swift

    public var idNumber4: String?
  • Date of Birth extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction. (DD/MM/YYYY)

    Declaration

    Swift

    public var idDateOfBirth: String?
  • Date of Birth extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction. (DD/MM/YYYY)

    Declaration

    Swift

    public var idDateOfBirthFormatted: String?
  • Expiration Date extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction. (DD/MM/YYYY)

    Declaration

    Swift

    public var idExpirationDate: String?
  • Expiration Date extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction. (DD/MM/YYYY)

    Declaration

    Swift

    public var idExpirationDateFormatted: String?
  • Issue Date extracted from either barcode, MRZ, or front of the ID when MRZ/barcode are not present. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction. (DD/MM/YYYY)

    Declaration

    Swift

    public var idIssueDate: String?
  • This is the 3-digit ISO country code in which the identity document was issued. Either extracted from the barcode / MRZ or as defined in the template

    Declaration

    Swift

    public var idIssueCountry: String?
  • Place of issue extracted from the ID.

    Declaration

    Swift

    public var placeOfIssue: String?
  • This is the raw data extracted from the MRZ.

    Declaration

    Swift

    public var mrzData: String?
  • This is the Document Type.

    Declaration

    Swift

    public var documentType: String?
  • Processed images are copies of the image that have been cropped, deskewed, rotated after the server processes them for template matching. (Base64)

    Declaration

    Swift

    public var idProcessImageFront: String?
  • Processed images are copies of the image that have been cropped, deskewed, rotated after the server processes them for template matching. (Base64)

    Declaration

    Swift

    public var idProcessImageBack: String?
  • ID number extracted from front of the ID.

    Declaration

    Swift

    public var idNumberDoc: String?
  • Issue Date extracted from front of the ID.

    Declaration

    Swift

    public var issueDateDoc: String?
  • Expiration Date extracted from front of the ID.

    Declaration

    Swift

    public var expiryDateDoc: String?
  • registrationDate extracted from barcode of the ID.

    Declaration

    Swift

    public var registrationDate: String?
  • vehicleClass extracted from barcode of the ID.

    Declaration

    Swift

    public var vehicleClass: String?
  • endorsement extracted from barcode of the ID.

    Declaration

    Swift

    public var endorsement: String?
  • licenseType extracted from barcode of the ID.

    Declaration

    Swift

    public var licenseType: String?
  • restriction extracted from barcode of the ID.

    Declaration

    Swift

    public var restriction: String?
  • replacementDate extracted from barcode of the ID.

    Declaration

    Swift

    public var replacementDate: String?