OrderItemData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| order_id | Long | [default to null] | |
| product_id | Long | [default to null] | |
| product_name | String | [default to null] | |
| product_price | Double | [default to null] | |
| quantity | Integer | [default to null] | |
| total_price | Double | [default to null] | |
| created_at | String | [default to null] | |
| updated_at | String | [default to null] |