| Name | Description | Type | Additional information |
|---|---|---|---|
| LineItemNumber |
The internal index for the line items for the order |
integer |
None. |
| SalesItemId |
The item id in the SalesItemId table |
integer |
None. |
| MenuItemId |
The item id in the MenuItem table |
integer |
None. |
| CompId |
The id for the comp that is to be applied to only this item |
integer |
None. |
| Name |
The name of the item |
string |
None. |
| ShortDescription |
The short description of the Pub Sales Item associated with this line item |
string |
None. |
| SpecialInstructions |
Special instructions for this item |
string |
None. |
| RecipientName |
The person that is suppose to receive this specific item |
string |
None. |
| ItemOrderingMode |
Tells the POS how to apply the modifiers to the item |
ItemOrderingMode |
None. |
| Section1Type |
Pizza configuration _only used for Pizza items_ |
SectionType |
None. |
| Section2Type |
Pizza configuration _only used for Pizza items_ |
SectionType |
None. |
| Section3Type |
Pizza configuration _only used for Pizza items_ |
SectionType |
None. |
| Section4Type |
Pizza configuration _only used for Pizza items_ |
SectionType |
None. |
| Modifiers |
The modfiers for the item |
Collection of ExternalLineItemModifier |
None. |
| UnitPrice |
The price of a single item |
decimal number |
None. |
| ExtendedPrice |
The total price of the item (Unit Price * Quantity) |
decimal number |
None. |
| Quantity |
The number of items |
integer |
None. |
| NextModifierSequenceNumber |
The internal index for the modifiers for this line item |
integer |
None. |
| PosItemId |
The Id of the item at the site |
integer |
None. |
| CompValue |
The comp value if there is a price |
decimal number |
None. |
| IsVisible | boolean |
None. |
|
| CanBeReordered | boolean |
None. |