DocumentCaptureDetailsModel

@Serializable
data class DocumentCaptureDetailsModel(val documentType: DocumentTypeModel, var file: String, val barcodeData: String?)

Document capture details.

Constructors

Link copied to clipboard
constructor(documentType: DocumentTypeModel, file: String, barcodeData: String?)

Properties

Link copied to clipboard
@SerialName(value = "barcode_data")
val barcodeData: String?

Barcode captured in Base64 format

Link copied to clipboard
@SerialName(value = "type")
val documentType: DocumentTypeModel

Document type

Link copied to clipboard
@SerialName(value = "file")
var file: String

File captured in Base64 format