Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 802 Bytes

File metadata and controls

13 lines (10 loc) · 802 Bytes

# PosItemModifier

Properties

Name Type Description Notes
id string The modifier’s ID in the partner system. [optional]
name string The name of the modifier. [optional]
quantity int The number of the modifier ordered. [optional]
price int The modifier’s price in minor units and tax-inclusive in the partner system. [optional]
tax int This is the tax amount on the modifier. If grab needs to show modifier excl-tax price, we’ll use this value to calculate. ``` Price excl-tax = price - tax [optional]

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