CustomerDataMatchResult
public struct CustomerDataMatchResult : Codable
Child structure of CustomerEnrollDataResponse
.
-
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?
-
Flag which indicates if the First name is matching or not.
Declaration
Swift
public var firstNameMatch: String?
-
Flag which indicates if the Middle name is matching or not.
Declaration
Swift
public var middleNameMatch: String?
-
Flag which indicates if the Last name is matching or not.
Declaration
Swift
public var lastNameMatch: String?