ProductReviewItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the review. | [default to null] |
| user | ReviewUserResponse | User who wrote the review. | [optional] [default to null] |
| order_id | Long | Associated order ID. | [default to null] |
| product_id | Long | Associated product ID. | [default to null] |
| review | String | Review text content. | [default to null] |
| rating | Long | Rating value for the product. | [default to null] |
| created_at | String | Timestamp when the review was created. | [default to null] |