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 or recalculated. It does not necessarily mean the order was edited by the merchant. The changes could have been made by Grab, the Merchant, or the Customer. | [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" |
| SCAN_TO_ORDER | "ScanToOrder" |
| TAKE_AWAY_ORDER | "TakeAwayOrder" |
| POS_DINE_OUT_ORDER | "PosDineOutOrder" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |