PosCustomBatchResponseEntry constructor

PosCustomBatchResponseEntry({
  1. int? batchId,
  2. Errors? errors,
  3. PosInventory? inventory,
  4. String? kind,
  5. PosSale? sale,
  6. PosStore? store,
})

Implementation

PosCustomBatchResponseEntry({
  this.batchId,
  this.errors,
  this.inventory,
  this.kind,
  this.sale,
  this.store,
});