WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse constructor

WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse({
  1. bool? assignBarcodes,
  2. bool? addItems,
  3. bool? print,
})

Implementation

WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse({
  this.assignBarcodes,
  this.addItems,
  this.print,
});