AdditionalDocumentsRequest
public struct AdditionalDocumentsRequest : Encodable
Child structure of CustomerEnrollBiometricDataRequest
, CustomerEnrollDataRequest
, CustomerLiveCheckDataRequest
, CustomerValidateIdDataRequest
, CustomerValidateIdFaceMatchDataRequest
, and CustomerVerifyDataRequest
.
-
Additional document name.
Declaration
Swift
public var documentName: String
-
Additional document base64 data.
Declaration
Swift
public var additionalDocument: String
-
processAsPOA field indicate if any of the additional documents that are being collected need to be processed so OCR extraction can be performed.
Declaration
Swift
public var processAsPOA: ProcessAsPOA?
-
analysePOA field indicate if any of the additional documents that are being collected need to be analysed.
Declaration
Swift
public var analysePOA: AnalysePOA?
-
Non-Swagger Request Field : required to add original pdf-dcoument name.
Declaration
Swift
public var pdfDocumentName: String?
-
Non-Swagger Request Field : To Identify Whether document is PDF file / JPEG file.
Declaration
Swift
public var extentionType: ExtensionType?
-
Designated initializer.
Declaration
Swift
public init(documentName: String, additionalDocument: String, processAsPOA: ProcessAsPOA? = .no, analysePOA: AnalysePOA? = .no, pdfDocumentName: String? = nil, extentionType: ExtensionType? = nil)
Parameters
documentName
Additional document name.
documentData
Additional document base64 data.
processAsPOA
processAsPOA field indicate if any of the additional documents that are being collected need to be processed so OCR extraction can be performed.
analysePOA
AnalysePOA field indicate if any of the additional documents that are being collected need to be analysed.