The featureFlag JSON object containing an order's feature related information.
Name | Type | Description | Notes |
---|---|---|---|
orderAcceptedType | OrderAcceptedTypeEnum | The acceptance type for the order. Refer to FAQs for more details about orderAcceptedType. | |
orderType | OrderTypeEnum | The type of order. | |
isMexEditOrder | Boolean | A boolean value that indicates if the order is edited. | [optional] |
Name | Value |
---|---|
AUTO | "AUTO" |
MANUAL | "MANUAL" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
Name | Value |
---|---|
TAKE_AWAY | "TakeAway" |
DELIVERED_BY_GRAB | "DeliveredByGrab" |
DELIVERED_BY_RESTAURANT | "DeliveredByRestaurant" |
DINE_IN | "DineIn" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |