DocumentContentBarcodeDto

data class DocumentContentBarcodeDto(val text: String? = null, val type: String? = null)

Describes a barcode as read from a document.

Parameters

text

Data contained in the barcode.

type

Original type of barcode, eg: UPC, EAN, QR

Constructors

Link copied to clipboard
constructor(text: String? = null, type: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "text")
val text: String? = null
Link copied to clipboard
@SerializedName(value = "type")
val type: String? = null