OptionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the option. | [default to null] |
| name | String | Name of the option. | [default to null] |
| price | Double | Price of the option. | [default to null] |
| description | String | Optional description of the option. | [optional] [default to null] |
| photo | String | Optional photo URL for the option. | [optional] [default to null] |
| currency | CurrencyResponse | Optional currency information for the option. | [optional] [default to null] |