PharmacyStoreDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Location ID (this is the pharmacy ID) | [default to null] |
| vendor_id | Long | Parent vendor ID | [default to null] |
| name | String | Pharmacy/location name | [default to null] |
| vendor_name | String | Parent vendor/company name | [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 | [default to null] |
| currency | MinimalCurrencyResponse | Currency information | [default to null] |
| location | StoreLocationInfo | Location information grouped together | [default to null] |
| status | StoreStatusFlags | Status flags grouped together | [default to null] |
| rating_info | StoreRatingInfo | Rating information grouped together | [default to null] |
| media | StoreMediaAssets | Media assets grouped together | [default to null] |
| description | String | Vendor description | [default to null] |
| vendor_type | VendorTypeNestedResponse | Vendor type information | [default to null] |
| hero_tag | String | Hero tag for animations | [default to null] |
| opening_hours | any | Operating hours | [optional] [default to null] |
| delivery_config | StoreDeliveryConfig | Delivery configuration grouped together | [default to null] |
| order_limits | StoreOrderLimits | Order limits grouped together | [default to null] |
| time_config | StoreTimeConfig | Time configuration grouped together | [default to null] |
| service_modes | VendorServiceModes | Service modes (delivery, pickup options) | [default to null] |
| delivery_slots | List | Delivery slots for scheduled delivery | [optional] [default to null] |
| fees | List | Fees for order calculation | [optional] [default to null] |