| Name | Type | Description | Additional information |
|---|---|---|---|
| ItemsTotal | integer |
Sum of all item prices (pre-tax) |
|
| Tax | integer |
Tax total |
|
| Tip | integer |
Tip total |
|
| PaidAmount | integer |
Amount paid |
|
| OtherCharges | integer |
Additional charges, surcharges, and fees |
|
| Due | integer |
Remaining balance |
|
| Discount | integer |
Discount applied to order total before tax |
|
| ServiceCharges | integer |
Service charges of the ticket |
|
| SubTotal | integer |
Total before tax: (items_total + other_charges - discounts) |
|
| Total | integer |
The order total: (sub_total + service_charges + tax) |