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