ExpectedBarcode
data class ExpectedBarcode(var barcodeValue: String, var title: String? = null, var image: String? = null, var count: Int = 1)
Configuration of the barcode to find and scan.
Configuration of the barcode to find and scan.