DeliveryAddressResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the delivery address. | [default to null] |
| name | String | Name of the delivery address. | [default to null] |
| address | String | Full text address of the delivery location. | [default to null] |
| latitude | Double | Latitude coordinate of the delivery address. | [default to null] |
| longitude | Double | Longitude coordinate of the delivery address. | [default to null] |
| is_default | Boolean | Whether this is the user’s default delivery address. | [default to null] |
| can_deliver | Boolean | Whether delivery is available to this address (for specific vendor(s)). | [optional] [default to null] |
| city | CityResponse | City information. | [optional] [default to null] |
| state | LocationStateResponse | State information. | [optional] [default to null] |
| country | CountryResponse | Country information. | [optional] [default to null] |
| distance | Double | Distance from user’s current location in kilometers. | [optional] [default to null] |
| description | String | Additional delivery instructions or description. | [optional] [default to null] |
| address_type | AddressType | Type of address (home, work, other). | [optional] [default to null] |
| phone | String | Contact phone number for delivery. | [optional] [default to null] |