VendorLocationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| vendor_id | Long | [default to null] | |
| name | String | [default to null] | |
| address | String | [default to null] | |
| city | String | [optional] [default to null] | |
| state | String | [optional] [default to null] | |
| country | String | [optional] [default to null] | |
| postal_code | String | [optional] [default to null] | |
| latitude | Double | [optional] [default to null] | |
| longitude | Double | [optional] [default to null] | |
| phone | String | [optional] [default to null] | |
| String | [optional] [default to null] | ||
| is_active | Boolean | [default to null] | |
| opening_hours | any | [optional] [default to null] | |
| delivery_radius | Double | [optional] [default to null] | |
| pickup_available | Boolean | [default to null] | |
| delivery_available | Boolean | [default to null] | |
| created_at | Date | [default to null] | |
| updated_at | Date | [default to null] |