ServiceSummaryDetail
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Service ID. | [default to null] |
| price | Double | Base price of the service. | [default to null] |
| total_options_price | Double | Total price of selected options. | [default to null] |
| final_price | Double | Final price per unit (price + total_options_price). | [default to null] |
| qty | Long | Quantity of service ordered. | [default to null] |
| total_price | Double | Total price for all units (final_price * qty). | [default to null] |