Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.45 KB

File metadata and controls

41 lines (25 loc) · 1.45 KB

OrderFeatureFlags

The featureFlag JSON object containing an order's feature related information.

Properties

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]

Enum: OrderAcceptedTypeEnum

Name Value
AUTO "AUTO"
MANUAL "MANUAL"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"

Enum: OrderTypeEnum

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"