Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 812 Bytes

OrderItemModifier.md

File metadata and controls

12 lines (9 loc) · 812 Bytes

# OrderItemModifier

Properties

Name Type Description Notes
id string The modifier's ID that is on the partner's system. [optional]
price int The modifier's price (tax-inclusive) in minor format. ``` price = round(165 * (1 + 0.06)) = 175 [optional]
tax int Tax in minor format for 1 modifier. Refer to FAQs for more details about tax. ``` tax = 165*0.06=10 [optional]
quantity int The number of modifiers present. The value is always 1. [optional]

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