CustomerDataMatchResult

public struct CustomerDataMatchResult : Codable

Child structure of CustomerEnrollDataResponse.

Properties

  • Flag which indicates if the ID number is matching or not.

    Declaration

    Swift

    public var idNumberMatch: String?
  • Flag which indicates if the Date of Birth is matching or not

    Declaration

    Swift

    public var dateOfBirthMatch: String?
  • Flag which indicates if the Expiry Date is matching or not

    Declaration

    Swift

    public var expiryDateMatch: String?
  • Extracted POA data.

    Declaration

    Swift

    public var nameMatch: String?