INTERFACE
ORDERCHANGE
link GraphQL Schema definition
- interface ORDERCHANGE {
- # The cre run by which this order change has been approved or locked
- : CRERUN
- # The order that is affected by this order change.
- : ORDER
- # The number that identifies the order change within the order.
- : Long
- # The status of the order change.
- : OrderChangeStatus
- : UUID
- # Flag that indicates whether the order change is closed or not.
- : Boolean
- : Long
- : Long
- }