ServiceResponse
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] |
| currency | CurrencyResponse | Currency information for the service. | [default to null] |
| in_order | Integer | Order index for sorting services. | [default to null] |
| created_at | String | Timestamp when the service was created. | [default to null] |
| updated_at | String | Timestamp when the service was last updated. | [default to null] |
| option_groups | List | Option groups for the service. | [optional] [default to null] |
| hero_tag | String | Hero tag for UI display | [optional] [default to null] |
| formatted_date | String | Formatted creation date for display | [default to null] |
| photos | List | List of service photo URLs | [default to null] |
| selected_qty | Integer | Selected quantity for the service | [optional] [default to null] |
| description_url | String | URL for additional description | [optional] [default to null] |
| selected_options | List | Selected options for the service | [optional] [default to null] |
| vendor | MyVendorResponse | Vendor information | [optional] [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] | |
| pricing | ServicePricingInfo | Pricing information grouped together | [default to null] |
| availability | ServiceAvailabilityInfo | Availability settings grouped together | [default to null] |
| categorization | ServiceCategorizationInfo | Categorization grouped together | [default to null] |
| duration_info | ServiceDurationInfo | Duration info grouped together | [default to null] |