DocumentCaptureDetailsModel

data class DocumentCaptureDetailsModel(@Json(name = "type") val documentType: DocumentTypeModel, @Json(name = "file") var file: String, @Json(name = "barcode_data") val barcodeData: String?)

Document capture details.

Constructors

Link copied to clipboard
constructor(@Json(name = "type") documentType: DocumentTypeModel, @Json(name = "file") file: String, @Json(name = "barcode_data") barcodeData: String?)

Properties

Link copied to clipboard

Barcode captured in Base64 format

Link copied to clipboard
Link copied to clipboard

File captured in Base64 format