ServiceInfo
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 | [optional] [default to null] |
| price | Double | Price of the service | [default to null] |
| discount_price | Double | Discounted price | [default to null] |
| photos | List | Photos of the service | [default to null] |
| is_active | Boolean | Whether the service is active | [default to null] |