RatingInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| order_id | Long | The ID of the order being rated (must be greater than 0) | [default to null] |
| rating | Integer | The rating score from 1 (worst) to 5 (best) | [default to null] |
| review | String | Written review comment describing the experience (required, cannot be empty) | [default to null] |
| vendor_id | Long | Optional vendor ID if rating a vendor’s service | [optional] [default to null] |
| driver_id | Long | Optional driver ID if rating a delivery driver | [optional] [default to null] |
| user_id | Long | Optional user ID if rating a rider/delivery person | [optional] [default to null] |