ServiceOptionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the service option. | [default to null] |
| name | String | Name of the option. | [default to null] |
| description | String | Optional description of the option. | [optional] [default to null] |
| price | Double | Price of the option. | [default to null] |
| currency | CurrencyResponse | Currency information for the option price. | [default to null] |
| service_id | Long | Service ID this option belongs to (if applicable). | [optional] [default to null] |
| service_option_group_id | Long | Service option group ID (if applicable). | [optional] [default to null] |
| vendor_id | Long | Vendor ID who provides this option. | [optional] [default to null] |
| is_active | Boolean | Whether the option is currently active. | [default to null] |
| in_order | Integer | Display order for the option. | [default to null] |
| created_at | Date | Timestamp when the option was created. | [default to null] |
| updated_at | Date | Timestamp when the option was last updated. | [default to null] |
| photo | String | Photo URL for the service option. | [optional] [default to null] |