Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

File metadata and controls

30 lines (18 loc) · 1.16 KB

Address

A JSON object containing the receiver’s location information. Only applicable for orders that are delivered by the restaurant. null if not applicable.

Properties

Name Type Description Notes
unitNumber String The delivery address' unit number. [optional]
deliveryInstruction String Instructions for the delivery. [optional]
poiSource PoiSourceEnum POI source [optional]
poiID String POI ID, empty when poiSource is GRAB. [optional]
address String The delivery address containing street name, city, postal code, and country. Has value only when poiSource is `GRAB`. [optional]
postcode String The postcode of the delivery address. Has value only when poiSource is `GRAB`. [optional]
coordinates Coordinates [optional]

Enum: PoiSourceEnum

Name Value
GRAB "GRAB"
GOOGLE "GOOGLE"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"