Favourite
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| product_id | Long | ID of the favourited product. | [optional] [default to null] |
| vendor_id | Long | ID of the favourited vendor. | [optional] [default to null] |
| product | ProductListItemResponse | Full product data if product_id is set. | [optional] [default to null] |
| vendor | VendorResponse | Full vendor data if vendor_id is set. | [optional] [default to null] |
| created_at | Date | [default to null] |