| Name | Type | Description | Additional information |
|---|---|---|---|
| TransactionItemID | string |
Universally unique ID generated by the POS system |
|
| Name | string |
Item name. E.g. “California Burrito” |
|
| BasePrice | integer |
Total price of the item by quantity of item |
|
| BaseNet | integer |
Total net of the item by quantity of item |
|
| Quantity | decimal number |
Quantity of the item |
|
| SentAtUtc | date |
Time the order is sent to the kitchen |
|
| Status | ItemReservationStatus |
Status of the item. E.g. “Unsent”, “sent”, “held” |
|
| Item | Item |
Menu item from which item is created |
|
| Options | Collection of OrderOption |
Item modifiers |