Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.15 KB

OrderFeatureFlags.md

File metadata and controls

38 lines (22 loc) · 1.15 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. [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"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"