Name | Description | Type | Additional information |
---|---|---|---|
checkNumber |
The POS defined transaction Id for the order – The Check Number used for POS Reporting Purposes (e.g. The check number identified for and viewed by the guest). |
integer |
Required Range: inclusive between 1 and 9.22337203685478E+18 |
server |
The employee details for the server that initiated the transaction. |
Employee |
Required |
manager |
The employee details for the manager that initiated the Manager Override transaction. |
Employee |
None. |
transactionDateTime |
The transaction date/time – local system time when the transaction took place. ISO 8601 UTC Date Format (YYYY-MM-DDThh:mm:ss.sTZD) |
date |
Required |
businessDate |
The transaction Business Date. ISO 8601 UTC Date Format (YYYY-MM-DD) |
date |
None. |
orderTypeId |
The type of order/transaction.
|
integer |
Required |
total |
The transaction (check) total. |
decimal number |
Required |
staffSelected |
A value indicating whether bill line items were selected by the staff for Promotion inclusion. |
boolean |
None. |
billLineItems |
A collection of BillLineItem objects. |
Collection of BillLineItem |
Required |