A JSON object containing the receiver’s location information.
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] |
Name | Value |
---|---|
GRAB | "GRAB" |
"GOOGLE" | |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |