RentalOrderListItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| order_id | Long | [default to null] | |
| order_code | String | [default to null] | |
| product_name | String | [default to null] | |
| product_photo | String | [optional] [default to null] | |
| vendor_name | String | [default to null] | |
| status | RentalOrderStatus | [default to null] | |
| start_date | String | [default to null] | |
| end_date | String | [default to null] | |
| total_price | BigDecimal | [default to null] | |
| is_overdue | Boolean | [default to null] | |
| created_at | Date | [default to null] |