INTERFACE

ORDERCHANGE

link GraphQL Schema definition

  • interface ORDERCHANGE {
  • # The cre run by which this order change has been approved or locked
  • checkedBy: CRERUN
  • # The order that is affected by this order change.
  • affectedOrder: ORDER
  • # The number that identifies the order change within the order.
  • number: Long
  • # The status of the order change.
  • status: OrderChangeStatus
  • uuid: UUID
  • # Flag that indicates whether the order change is closed or not.
  • closed: Boolean
  • id: Long
  • version: Long
  • }