VendorServiceResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the service. | [default to null] |
| name | String | Name of the service. | [default to null] |
| description | String | Description of the service. | [optional] [default to null] |
| vendor_id | Long | Vendor ID associated with the service. | [default to null] |
| category_id | Long | Category ID associated with the service. | [optional] [default to null] |
| duration | String | Duration of the service. | [optional] [default to null] |
| photos | List | Photos associated with the service. | [optional] [default to null] |
| subcategory_id | Long | Subcategory ID associated with the service. | [optional] [default to null] |
| location_required | Boolean | Whether location is required for the service. | [default to null] |
| is_active | Boolean | Whether the service is active. | [default to null] |
| hero_tag | String | Hero tag for the service. | [default to null] |
| price | Double | Price of the service. | [default to null] |
| discount_price | Double | Discounted price of the service. | [default to null] |
| location | Boolean | Whether location is required. | [default to null] |
| show_discount | Boolean | Whether to show discount. | [default to null] |
| currency | CurrencyResponse | Currency information. | [default to null] |
| vendor | VendorInfoResponse | Vendor information. | [default to null] |