POAExtractedDataResponse
public struct POAExtractedDataResponse : Codable
Child structure of CustomerDataValidateIdResponse, CustomerDataResponse, CustomerEnrollDataResponse, CustomerIdentifyDataResponse, CustomerValidateIdFaceMatchDataResponse, CustomerVerifyDataResponse.
-
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? -
Complete JSON formatted data extracted from the document.
Declaration
Swift
public var metaData: String?