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. | |
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] |
Name | Value |
---|---|
AVAILABLE | "AVAILABLE" |
UNAVAILABLE | "UNAVAILABLE" |
UNAVAILABLETODAY | "UNAVAILABLETODAY" |
HIDE | "HIDE" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |