Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.07 KB

Address.md

File metadata and controls

30 lines (18 loc) · 1.07 KB

Address

A JSON object containing the receiver’s location information.

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"