Name | Type | Description | Notes |
---|---|---|---|
subtotal | float | The order's subtotal, as the sum of all item and modifier prices. | |
claimed_subtotal | float | The order's claimed subtotal, without guaranteeing this will match calculated subtotal. | [optional] |
discount | float | Any discount amount for the order. | [optional] |
tax | float | Tax paid by the customer. | [optional] |
tip | float | Tip paid by the customer. | [optional] |
delivery_fee | float | Delivery fee. | [optional] |
total | float | Order total including everything paid by the customer. | [optional] |
coupon_code | string | Coupon code applied to the order. | [optional] |