InventoryChange constructor

InventoryChange({
  1. InventoryChangeType? type,
  2. String? measurementUnitId,
  3. CatalogMeasurementUnit? measurementUnit,
  4. InventoryAdjustment? adjustment,
  5. InventoryPhysicalCount? physicalCount,
  6. InventoryTransfer? transfer,
})

Implementation

InventoryChange({
  this.type, this.measurementUnitId, this.measurementUnit,
  this.adjustment, this.physicalCount, this.transfer
});