Barcode Pick Product

Defined in package com.scandit.datacapture.barcode.pick

BarcodePickProduct
class BarcodePickProduct

Added in version 8.6.0

Represents a product to be picked.

BarcodePickProduct()
BarcodePickProduct(identifier: String,
        quantityToPick: Int)

Added in version 8.6.0

Constructs a BarcodePickProduct.

  • identifier The unique identifier for this product.

  • quantityToPick How many of this product need to be picked.

identifier
val identifier: String

Added in version 8.6.0

The unique identifier for this product.

quantityToPick
val quantityToPick: Int

Added in version 8.6.0

How many of this product need to be picked.