ServiceListItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the service. | [default to null] |
| name | String | Name of the service. | [default to null] |
| description | String | Optional description of the service. | [optional] [default to null] |
| price | Double | Price of the service. | [default to null] |
| currency | MinimalCurrencyResponse | Currency information for the service. | [default to null] |
| discount_price | Double | Discounted price of the service. | [default to null] |
| duration | Duration | Duration of the service. | [default to null] |
| is_active | Boolean | Whether the service is active. | [default to null] |
| vendor_id | Long | Vendor ID providing the service. | [default to null] |
| show_discount | Boolean | Whether service has discount | [default to null] |
| sell_price | Double | Selling price (discounted or regular) | [default to null] |
| discount_percentage | Integer | Discount percentage | [default to null] |
| duration_text | String | Duration text for display | [default to null] |
| has_options | Boolean | Whether service has options | [default to null] |
| hero_tag | String | Hero tag for UI display | [optional] [default to null] |
| photos | List | List of service photo URLs | [default to null] |
| vendor | VendorListItemResponse | Vendor providing the service | [default to null] |
| is_favourite | Boolean | Whether the service is in user’s favourites | [default to null] |
| vendor_location_id | Long | [optional] [default to null] | |
| vendor_location_name | String | [optional] [default to null] | |
| vendor_distance | Double | [optional] [default to null] |