Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.11 KB

Commissioning.md

File metadata and controls

21 lines (17 loc) · 1.11 KB

MissionControl.Commissioning

Properties

Name Type Description Notes
id String
createdAt Date
updatedAt Date
references [String] The the first reference of this commissioning is generated by the system that created it. The references are supposed to be used in customer/human related communication. It is not a technical ID.
state String The current state of this Commissioning
costs Number The total costs (that is without taxes) of the commissioning in the smallest unit of `currency`. For USD/EUR this would be cents, for GPB pence, etc.
canceledAt Date The date at which this commissioning was canceled. Only commissionings that were previously completed might be canceled. When this date is set, the commissioning `state` will equal `canceled`.

Enum: StateEnum

  • draft (value: "draft")
  • picking (value: "picking")
  • completed (value: "completed")
  • canceled (value: "canceled")