ProductSummaryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Product ID. | [default to null] |
| selected_qty | Long | Quantity selected. | [default to null] |
| price_per_unit | Double | Base price per unit before options. | [default to null] |
| total_options_price | Double | Total price of selected options for one unit. | [default to null] |
| final_unit_price | Double | Final price per unit including options. | [default to null] |
| total_price | Double | Total price for all units (final_unit_price * selected_qty). | [default to null] |