RentalStoreListItem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Location ID (this is the store ID) | [default to null] |
| vendor_id | Long | Parent vendor ID | [default to null] |
| name | String | Store/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] |
| description | String | Vendor description | [default to null] |
| hero_tag | String | Hero tag for animations | [default to null] |
| vendor_type | VendorTypeNestedResponse | Vendor type information | [default to null] |
| media | StoreMediaAssets | Media assets grouped together | [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] |
| currency | MinimalCurrencyResponse | Currency information | [default to null] |
| delivery_config | StoreDeliveryConfig | Delivery configuration grouped together | [default to null] |
| time_config | StoreTimeConfig | Time configuration grouped together | [default to null] |
| order_limits | StoreOrderLimits | Order limits grouped together | [default to null] |
| items_count | Integer | Number of rental items available | [optional] [default to null] |