VendorOrderResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| code | String | Order code/number for display (e.g., “#ORD-12345”) | [default to null] |
| status | OrderStatus | Order status | [default to null] |
| payment_status | PaymentStatus | Payment status | [default to null] |
| order_category | OrderCategory | Order category (commerce/package/service) | [default to null] |
| total | Double | Order total amount | [default to null] |
| currency | MinimalCurrencyResponse | Currency for the order | [default to null] |
| formatted_date | String | Formatted date string for display | [default to null] |
| item_count | Integer | Number of items in the order | [default to null] |
| user | OrderListUserResponse | Customer information | [default to null] |
| package_type | OrderPackageTypeResponse | Package type info (for package orders) | [optional] [default to null] |
| order_service | OrderServiceResponse | Service info (for service orders) | [optional] [default to null] |
| delivery_address | String | Delivery address string | [optional] [default to null] |
| is_ongoing | Boolean | Whether order is in an active/ongoing state | [default to null] |
| is_completed | Boolean | Whether order is completed | [default to null] |
| is_scheduled | Boolean | Whether order is scheduled for future | [default to null] |
| can_rate | Boolean | Whether vendor can rate this order | [default to null] |
| created_at | Date | [default to null] | |
| updated_at | Date | [default to null] |