ReviewVendorData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vendor. | [default to null] |
| name | String | Name of the vendor. | [default to null] |
| String | Email address of the vendor. | [default to null] | |
| phone | String | Phone number of the vendor. | [default to null] |
| vendor_type_id | Long | Optional vendor type ID. | [optional] [default to null] |
| description | String | Description of the vendor. | [default to null] |
| tax | String | Optional tax information. | [optional] [default to null] |
| address | String | Optional vendor address. | [optional] [default to null] |
| latitude | Double | Optional latitude coordinate. | [optional] [default to null] |
| longitude | Double | Optional longitude coordinate. | [optional] [default to null] |
| pickup | Boolean | Whether the vendor supports pickup. | [default to null] |
| delivery | Boolean | Whether the vendor supports delivery. | [default to null] |
| is_open | Boolean | Whether the vendor is currently open. | [default to null] |
| allow_schedule_order | Boolean | Whether the vendor allows scheduled orders. | [default to null] |
| min_order | Double | Optional minimum order amount. | [optional] [default to null] |
| max_order | Double | Optional maximum order amount. | [optional] [default to null] |
| prepare_time | String | Optional preparation time. | [optional] [default to null] |
| delivery_time | String | Optional delivery time. | [optional] [default to null] |
| created_at | String | Timestamp when the vendor was created. | [default to null] |
| updated_at | String | Timestamp when the vendor was last updated. | [default to null] |