OrderServiceResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| order_id | Long | [default to null] | |
| service_id | Long | [default to null] | |
| service_name | String | [default to null] | |
| category | ServiceCategoryResponse | [optional] [default to null] | |
| duration_minutes | Integer | [optional] [default to null] | |
| scheduled_at | String | [optional] [default to null] | |
| started_at | String | [optional] [default to null] | |
| completed_at | String | [optional] [default to null] | |
| total_price | Double | [default to null] | |
| status | String | [default to null] | |
| created_at | String | [default to null] | |
| updated_at | String | [default to null] | |
| options | List | [optional] [default to null] | |
| service | GeneralServiceResponse | [optional] [default to null] |