BasicServiceResponse
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] |
| category_id | Long | Category ID for the service. | [optional] [default to null] |
| category_name | String | Category name (translated). | [optional] [default to null] |
| subcategory_id | Long | Subcategory ID for the service. | [optional] [default to null] |
| subcategory_name | String | Subcategory name (translated). | [optional] [default to null] |
| price | Double | Price of the service. | [default to null] |
| is_active | Boolean | Whether the service is active. | [default to null] |
| show_discount | Boolean | Whether to show discount information. | [default to null] |