MenuResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the menu. | [default to null] |
| vendor_id | Long | Vendor ID associated with the menu. | [default to null] |
| vendor_name | String | Optional vendor name. | [optional] [default to null] |
| name | String | Name of the menu. | [default to null] |
| description | String | Optional description of the menu. | [optional] [default to null] |
| is_active | Boolean | Whether the menu is active. | [default to null] |
| created_at | String | Timestamp when the menu was created. | [default to null] |
| updated_at | String | Timestamp when the menu was last updated. | [default to null] |