CartSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier of the cart. | [default to null] |
| vendor_location_id | Long | Vendor location ID for this cart. | [default to null] |
| vendor_id | Long | Vendor ID for this cart. | [default to null] |
| vendor_name | String | Name of the vendor. | [default to null] |
| location_name | String | Name of the location. | [default to null] |
| vendor_logo | String | Vendor logo URL. | [optional] [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] |
| updated_at | Date | Timestamp when the cart was last updated. | [default to null] |