Document Capture Details Model
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?)