Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.94 KB

File metadata and controls

33 lines (21 loc) · 1.94 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.
nameTranslation Map<String, String> Translation of the modifier name. Only support up to 1 translated language. Refer Menu Translation. [optional]
availableStatus AvailableStatusEnum The status for the modifier. Refer to FAQs for more details about availableStatus. Note: `HIDE` will only update the modifier to unavailable, remove the modifier from the menu if you want to hide it entirely.
price Long 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 Integer The sort or display order of the modifier within the menu. [optional]
advancedPricing AdvancedPricing [optional]
bcRSUnit Integer For Singapore only. Specifies the number of BCRS (Beverage Container Return Scheme) containers for this modifier. Only valid when value is greater than 0. If set to 0 or omitted, existing BCRS value will be removed. Refer to FAQ for more details. [optional]

Enum: AvailableStatusEnum

Name Value
AVAILABLE "AVAILABLE"
UNAVAILABLE "UNAVAILABLE"
UNAVAILABLETODAY "UNAVAILABLETODAY"
HIDE "HIDE"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"