Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.23 KB

MenuModifier.md

File metadata and controls

16 lines (13 loc) · 1.23 KB

# MenuModifier

Properties

Name Type Description Notes
id string The modifier's ID that is on the partner's system. This ID should be unique.
name string The name of the modifier.
name_translation array<string,string> Translation of the modifier name. Only support up to 1 translated language. Refer Menu Translation. [optional]
available_status string The status for the modifier. Refer to FAQs for more details about availableStatus.
price int The modifier's price in minor format. Refer to FAQs for more details about tax. [optional]
barcode string The barcode Number (GTIN). GTIN must be 8, 12, 13, 14 numeric digits. [optional]
sequence int The sort or display order of the modifier within the menu. [optional]
advanced_pricing \Grab\GrabfoodApiSdk\Model\AdvancedPricing [optional]

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