Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.08 KB

CommissioningUpdate.md

File metadata and controls

18 lines (14 loc) · 1.08 KB

MissionControl.CommissioningUpdate

Properties

Name Type Description Notes
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. [optional]
state String The current state of this Commissioning [optional]
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. [optional]
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`. [optional]

Enum: StateEnum

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