CartResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| items | List | List of items in the cart. | [default to null] |
| vendor_id | Long | Vendor ID for this cart. | [default to null] |
| vendor_location_id | Long | Vendor location ID for this cart. | [default to null] |
| total_items | Integer | Total number of items in the cart. | [default to null] |
| subtotal | Double | Subtotal amount for all items in the cart. | [default to null] |
| created_at | Date | Timestamp when the cart was created. | [default to null] |
| updated_at | Date | Timestamp when the cart was last updated. | [default to null] |