GeneralServiceResponse
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 | Optional description of the service. | [optional] [default to null] |
| price | Double | Price of the service. | [default to null] |
| currency | CurrencyResponse | Currency information for the service price. | [default to null] |
| is_active | Boolean | Whether the service is currently active. | [default to null] |
| vendor_id | Long | Vendor ID who provides this service. | [default to null] |
| vendor | VendorResponse | Vendor information. | [optional] [default to null] |
| description_url | String | Description URL for additional information. | [optional] [default to null] |
| show_discount | Boolean | Whether to show discount information. | [default to null] |
| created_at | Date | Timestamp when the service was created. | [default to null] |
| updated_at | Date | Timestamp when the service was last updated. | [default to null] |
| category | String | Category of the service. | [default to null] |
| selected_options | List | Selected options for the service. | [optional] [default to null] |
| selected_qty | Integer | Selected quantity. | [optional] [default to null] |
| hero_tag | String | Hero tag for animations. | [optional] [default to null] |