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 ID number2 is matching or not
Declaration
Swift
public var idNumber2Match: 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? -
Flag which indicates if the Name is matching or not.
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? -
Flag which indicates if the address is matching or not
Declaration
Swift
public var addressMatch: String? -
Flag which indicates if the postalCode is matching or not
Declaration
Swift
public var postalCodeMatch: String? -
IDNumber matching score
Declaration
Swift
public var idNumberMatchScore: String? -
IDNumber2 matching score
Declaration
Swift
public var idNumber2MatchScore: String? -
Date of birth matching score
Declaration
Swift
public var dateOfBirthMatchScore: String? -
Expiry of birth matching score
Declaration
Swift
public var expiryDateMatchScore: String? -
Name matching score
Declaration
Swift
public var nameMatchScore: String? -
first name matching score
Declaration
Swift
public var firstNameMatchScore: String? -
Middle name matching score
Declaration
Swift
public var middleNameMatchScore: String? -
Last name matching score
Declaration
Swift
public var lastNameMatchScore: String? -
Address matching score
Declaration
Swift
public var addressMatchScore: String? -
Postal code matching score
Declaration
Swift
public var postalCodeMatchScore: String?