ProductInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the product | [default to null] |
| name | String | Name of the product | [default to null] |
| description | String | Optional description | [optional] [default to null] |
| price | Double | Price of the product | [default to null] |
| discount_price | Double | Discounted price | [default to null] |
| photo | String | Optional photo URL | [optional] [default to null] |
| is_active | Boolean | Whether the product is active | [default to null] |