Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.41 KB

OrderLineItems.md

File metadata and controls

22 lines (17 loc) · 1.41 KB

OrderLineItems

Properties

Name Type Description Notes
id str A unique identifier for an object. [optional] [readonly]
name str [optional]
item bool, date, datetime, dict, float, int, list, str, none_type [optional]
total_tax int, none_type [optional]
total_discount int, none_type [optional]
total_amount int, none_type [optional]
quantity float, none_type [optional]
unit_price float, none_type [optional]
applied_taxes [bool, date, datetime, dict, float, int, list, str, none_type] [optional]
applied_discounts [bool, date, datetime, dict, float, int, list, str, none_type] [optional]
modifiers [bool, date, datetime, dict, float, int, list, str, none_type] Customizable options – toppings, add-ons, or special requests – create item modifiers. Modifiers that are applied to items will display on your customers’ digital receipts [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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