VendorListItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| name | String | [default to null] | |
| description | String | [default to null] | |
| feature_image | String | [default to null] | |
| logo | String | [default to null] | |
| rating | Double | [default to null] | |
| reviews_count | Long | [default to null] | |
| is_open | Boolean | [default to null] | |
| address | String | [default to null] | |
| latitude | Double | [default to null] | |
| longitude | Double | [default to null] | |
| min_order | Double | [default to null] | |
| max_order | Double | [default to null] | |
| vendor_type | VendorTypeNestedResponse | [default to null] | |
| distance | Double | [optional] [default to null] | |
| delivery_fee | Double | [optional] [default to null] | |
| delivery_time | String | [optional] [default to null] | |
| delivery_time_unit | DeliveryTimeUnit | [default to null] | |
| prepare_time | String | [optional] [default to null] | |
| prepare_time_unit | PrepareTimeUnit | [default to null] | |
| currency | MinimalCurrencyResponse | [default to null] | |
| pickup | Boolean | [default to null] | |
| delivery | Boolean | [default to null] | |
| hero_tag | String | [optional] [default to null] | |
| is_favourite | Boolean | Whether the vendor is in user’s favourites | [default to null] |
| location_id | Long | Location ID when querying by location (for multi-location vendors) | [optional] [default to null] |
| location_name | String | Location name when querying by location | [optional] [default to null] |
| display_name | String | Combined display name (vendor name + location name for multi-location) | [optional] [default to null] |
| other_locations_count | Integer | Number of other locations this vendor has | [optional] [default to null] |