Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 922 Bytes

OrderTotal.md

File metadata and controls

16 lines (13 loc) · 922 Bytes

# OrderTotal

Properties

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]

[Back to Model list] [Back to API list] [Back to README]