OrderProductResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| quantity | Integer | [default to null] | |
| price | Double | [default to null] | |
| options | String | [optional] [default to null] | |
| order_id | Long | [default to null] | |
| product_id | Long | [default to null] | |
| created_at | String | [default to null] | |
| updated_at | String | [default to null] | |
| formatted_date | String | [default to null] | |
| product | ProductResponseRef | [optional] [default to null] | |
| reviewed | Boolean | [default to null] | |
| product_price | Double | [optional] [default to null] | |
| options_price | Double | [optional] [default to null] |