Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.1 KB

File metadata and controls

26 lines (14 loc) · 1.1 KB

OrderItemModifier

Properties

Name Type Description Notes
id String The modifier's ID that is on the partner's system. [optional]
price Long The modifier's price (tax-inclusive) in minor format. ``` price = round(165 * (1 + 0.06)) = 175 [optional]
tax Long Tax in minor format for 1 modifier. Refer to FAQs for more details about tax. ``` tax = 165*0.06=10 [optional]
quantity QuantityEnum The number of modifiers present. The value is always 1. [optional]
bcrsUnitCount Integer For Singapore only. The number of BCRS (Beverage Container Return Scheme) eligible containers for this modifier. Only present when the modifier is BCRS-eligible and the merchant has BCRS enabled; omitted otherwise. [optional]

Enum: QuantityEnum

Name Value
NUMBER_1 1
NUMBER_unknown_default_open_api 11184809