InventoryPhysicalCount constructor

InventoryPhysicalCount({
  1. String? id,
  2. String? occurredAt,
  3. String? catalogObjectType,
  4. String? employeeId,
  5. String? quantity,
  6. String? referenceId,
  7. String? catalogObjectId,
  8. SourceApplication? source,
  9. String? createdAt,
  10. String? locationId,
  11. InventoryState? state,
})

Implementation

InventoryPhysicalCount({
  this.id, this.occurredAt, this.catalogObjectType, this.employeeId,
this.quantity, this.referenceId, this.catalogObjectId, this.source,
this.createdAt, this.locationId, this.state
});