InventoryTransfer constructor

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

Implementation

InventoryTransfer({
  this.state, this.createdAt, this.source, this.catalogObjectId,
this.referenceId, this.quantity, this.employeeId, this.catalogObjectType,
  this.occurredAt, this.id, this.fromLocationId, this.toLocationId
});