| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Product id | [optional] |
| name | String | Product name | [optional] |
| code | String | Product code | [optional] |
| net_price | Float | Product net price | [optional] |
| gross_price | Float | Product gross price | [optional] |
| use_gross_price | Boolean | Product uses gross prices | [optional] |
| default_vat | VatType | [optional] | |
| net_cost | Float | Product net cost | [optional] |
| measure | String | Product measure | [optional] |
| description | String | Product description | [optional] |
| category | String | Product category | [optional] |
| notes | String | Product extra notes | [optional] |
| in_stock | Boolean | Product has stock | [optional] |
| stock_initial | Float | Product initial stock | [optional] |
| stock_current | Float | [Read Only] Product current stock | [optional][readonly] |
| average_cost | Float | Product average cost | [optional] |
| average_price | Float | Product average price | [optional] |
| created_at | String | Product creation date | [optional] |
| updated_at | String | Product last update date | [optional] |