OrderItem
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
true |
|
|
true |
Customer |
Assigned Type: ms-0100:Customer |
Customer_MS0100 |
false |
|
|
false |
SeatNumber |
|
array |
false |
string |
|
false |
TableNumber |
Identifies the physical table location where products are consumed by a customer. |
string |
false |
|
|
false |
OrderItemState |
|
array |
true |
OrderItemState |
--- |
false |
ExtensionPoint |
|
ExtensionPoint |
false |
|
|
true |
{
"@type" : "string",
"customer" : {
"@type" : "string",
"personName" : { },
"extensionPoint" : { }
},
"seatNumber" : [ "string" ],
"tableNumber" : "string",
"orderItemState" : [ {
"@type" : "string",
"itemState" : { },
"timestamp" : "string",
"extensionPoint" : { }
} ],
"extensionPoint" : { }
}