Barcode Pick Product
Defined under the namespace Scandit.Datacapture.Barcode.Pick
- BarcodePickProduct
class BarcodePickProduct
Added in version 6.19.0
Represents a product to be picked.
- constructor(identifier, quantityToPick)
constructor(identifier: string, quantityToPick: number)
Added in version 6.19.0
Constructs a BarcodePickProduct.
identifier The unique identifier for this product.
quantityToPick How many of this product need to be picked.