TextMatchResult

public struct TextMatchResult : Codable

Child structure of HostdataResponse.

Properties

  • This is person First name exact matched or not extracted from response.

    Declaration

    Swift

    public var personFirstNameExactMatch: String?
  • This is person last name exact matched or not that is returned in the response.

    Declaration

    Swift

    public var personLastNameExactMatch: String?
  • This is person Date of birth matched or not that is returned in the response.

    Declaration

    Swift

    public var personBirthDateMatch: String?
  • This is person driving license issued date match or not that is returned in the response.

    Declaration

    Swift

    public var driverLicenseIssueDateMatch: String?
  • This is person driving license expiration date match or not.

    Declaration

    Swift

    public var driverLicenseExpirationDateMatch: String?
  • This is person driving license number match or not.

    Declaration

    Swift

    public var driverLicenseNumberMatch: String?
  • This is host tried to match or not.

    Declaration

    Swift

    public var hostTried: String?
  • This is person verification Result wheather it is verified or not.

    Declaration

    Swift

    public var verificationResult: String?
  • Description about third party verification Result.

    Declaration

    Swift

    public var thirdPartyVerificationResultDescription: String?
  • Category of documents matched or not.

    Declaration

    Swift

    public var documentCategoryMatch: String?
  • Category of documents matched or not.

    Declaration

    Swift

    public var personLastNameFuzzyPrimaryMatch: String?
  • This is alternate person last name match or not.

    Declaration

    Swift

    public var personLastNameFuzzyAlternateMatch: String?
  • This is primary person first name match or not.

    Declaration

    Swift

    public var personFirstNameFuzzyPrimaryMatch: String?
  • This is alternate person last name match or not.

    Declaration

    Swift

    public var personFirstNameFuzzyAlternateMatch: String?
  • This is person middle name match or not.

    Declaration

    Swift

    public var personMiddleNameExactMatch: String?
  • This is primary person middle name match or not.

    Declaration

    Swift

    public var personMiddleNameFuzzyPrimaryMatch: String?
  • This is alternate person middle name match or not.

    Declaration

    Swift

    public var personMiddleNameFuzzyAlternateMatch: String?
  • This is initial person middle name match or not.

    Declaration

    Swift

    public var personMiddleInitialMatch: String?
  • Address Line1 of the customer match or not.

    Declaration

    Swift

    public var addressLine1Match: String?
  • Address Line2 of the customer match or not.

    Declaration

    Swift

    public var addressLine2Match: String?
  • Address City of the customer match or not.

    Declaration

    Swift

    public var addressCityMatch: String?
  • Address State Code of the customer match or not.

    Declaration

    Swift

    public var addressStateCodeMatch: String?
  • Address ZIP5 of the customer match or not.

    Declaration

    Swift

    public var addressZIP5Match: String?
  • Address ZIP4 of the customer match or not.

    Declaration

    Swift

    public var addressZIP4Match: String?
  • Sex code of the customer match or not.

    Declaration

    Swift

    public var personSexCodeMatch: String?
  • Address of the customer.

    Declaration

    Swift

    public var address: String?
  • Service is present or not.

    Declaration

    Swift

    public var servicePresent: String?
  • Fraud Host Indenti tried.

    Declaration

    Swift

    public var identiFraudHostTried: String?