DeliveryAddressInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the delivery address (e.g., “Home”, “Office”). | [default to null] |
| address | String | The full address string. | [default to null] |
| latitude | Double | Latitude of the address. | [default to null] |
| longitude | Double | Longitude of the address. | [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] |
| city_id | Long | City ID. | [optional] [default to null] |
| state_id | Long | State ID. | [optional] [default to null] |
| country_id | Long | Country ID. | [optional] [default to null] |
| is_default | Boolean | Whether this address is the default. | [optional] [default to null] |