VendorResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vendor | [default to null] |
| name | String | Name of the vendor | [default to null] |
| description | String | Detailed description of the vendor | [default to null] |
| currency | CurrencyResponse | Vendor’s currency for pricing | [default to null] |
| is_active | Boolean | Whether the vendor is active | [default to null] |
| is_open | Boolean | Whether the vendor is currently open | [default to null] |
| vendor_type_id | Long | Vendor type ID | [default to null] |
| vendor_location_id | Long | Vendor location ID (optional context) | [optional] [default to null] |
| vendor_type | VendorTypeResponse | Vendor type details | [default to null] |
| type | VendorTypeSlug | Vendor type slug | [default to null] |
| distance | Double | Distance from user location in kilometers | [optional] [default to null] |
| delivery_slots | List | Delivery slots available for this vendor | [optional] [default to null] |
| has_sub_categories | Boolean | Has sub-categories | [default to null] |
| has_drivers | Boolean | Has drivers | [default to null] |
| in_order | Integer | Display order | [default to null] |
| featured | Boolean | Featured vendor | [default to null] |
| created_at | Date | Creation timestamp | [default to null] |
| updated_at | Date | Last update timestamp | [default to null] |
| creator_id | Long | Creator user ID | [optional] [default to null] |
| language | String | Language preference | [optional] [default to null] |
| locations | List | Other physical locations for this vendor | [optional] [default to null] |
| has_multiple_locations | Boolean | Whether this vendor has more than one location | [default to null] |
| allows_multiple_locations | Boolean | Whether this vendor type supports multiple locations | [default to null] |
| menus | List | Vendor menus with products (for app responses) | [optional] [default to null] |
| categories | List | Vendor categories with products (for app responses) | [optional] [default to null] |
| services | List | Vendor services (for service vendor app responses) | [optional] [default to null] |
| total_earning | Double | Total earnings (for app responses) | [optional] [default to null] |
| total_orders | Long | Total orders count (for app responses) | [optional] [default to null] |
| report | List | Chart report data (for app responses) | [optional] [default to null] |
| days | List | Operating days/hours | [optional] [default to null] |
| document_requested | Boolean | Document requested flag | [default to null] |
| fees | List | Fees list | [optional] [default to null] |
| has_subcategories | Boolean | Has subcategories flag | [default to null] |
| hero_tag | String | Hero tag | [optional] [default to null] |
| is_favourite | Boolean | Is favourite flag | [default to null] |
| package_types_pricing | List | Package type pricing list | [optional] [default to null] |
| pending_document_approval | Boolean | Pending document approval flag | [default to null] |
| delivery_zones | List | Delivery zones with polygon boundaries | [optional] [default to null] |
| location | VendorLocationInfo | Location information grouped together | [default to null] |
| contact | VendorContactInfo | Contact information grouped together | [default to null] |
| delivery_config | VendorDeliveryConfig | Delivery configuration grouped together | [default to null] |
| service_modes | VendorServiceModes | Service modes grouped together | [default to null] |
| automation | VendorAutomationConfig | Automation configuration grouped together | [default to null] |
| order_limits | VendorOrderLimits | Order limits grouped together | [default to null] |
| time_config | VendorTimeConfig | Time configuration grouped together | [default to null] |
| rating_info | VendorRatingInfo | Rating information grouped together | [default to null] |
| media | VendorMediaAssets | Media assets grouped together | [default to null] |
| subscription | VendorSubscriptionInfo | Subscription information grouped together | [default to null] |