POAExtractedDataResponse

public struct POAExtractedDataResponse : Codable

Child structure of CustomerDataValidateIdResponse, CustomerDataResponse, CustomerEnrollDataResponse, CustomerIdentifyDataResponse, CustomerValidateIdFaceMatchDataResponse, CustomerVerifyDataResponse.

Properties

  • Issuer company name extracted from the document.

    Declaration

    Swift

    public var issuerName: String?
  • Issuer company address extracted from the document.

    Declaration

    Swift

    public var issuerAddress: String?
  • Date of invoice extracted from the document.

    Declaration

    Swift

    public var invoiceDate: String?
  • Due date extracted from the document.

    Declaration

    Swift

    public var dueDate: String?
  • Customer’s name extracted from the document.

    Declaration

    Swift

    public var customerName: String?
  • Customer’s address extracted from the document.

    Declaration

    Swift

    public var customerAddress: String?
  • Total amount due or net amount due extracted from the document.

    Declaration

    Swift

    public var amount: String?
  • Flag which indicates if the address from POA document is matching or not with ID Document

    Declaration

    Swift

    public var addressMatch: String?
  • Flag which indicates if the postalCode from POA document is matching or not with ID Document

    Declaration

    Swift

    public var postalCodeMatch: String?
  • Flag which indicates if the addressLine1 from POA document is matching or not with personal data

    Declaration

    Swift

    public var addressWithInputMatch: String?
  • Flag which indicates if the postalCode from POA document is matching or not with personal data

    Declaration

    Swift

    public var postalCodeWithInputMatch: String?
  • Address line matching score with ID Document

    Declaration

    Swift

    public var addressMatchScore: String?
  • Postal code matching score ID Document

    Declaration

    Swift

    public var postalCodeMatchScore: String?
  • Address matching score with personal data

    Declaration

    Swift

    public var addressWithInputMatchScore: String?
  • Postal code matching score personal data

    Declaration

    Swift

    public var postalCodeWithInputMatchScore: String?
  • First name matching score with ID Document

    Declaration

    Swift

    public var fistNameMatchScore: String?
  • Last name matching score with ID Document

    Declaration

    Swift

    public var lastNameMatchScore: String?
  • First name matching score with personal data

    Declaration

    Swift

    public var fistNameMatchScoreWithInputData: String?
  • Last name matching score with personal data

    Declaration

    Swift

    public var lastNameMatchScoreWithInputData: String?
  • Flag to indicate if document got classified as POA or not

    Declaration

    Swift

    public var isPOA: String?
  • POA classification score

    Declaration

    Swift

    public var isPOAScore: String?
  • POA document type

    Declaration

    Swift

    public var poaDocumentType: String?
  • Declaration

    Swift

    public var exifData: [String : JSONValue]?
  • Complete JSON formatted data extracted from the document.

    Declaration

    Swift

    public var metaData: String?