| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int? | Product id | [optional] |
| Name | string | Product name | [optional] |
| Code | string | Product code | [optional] |
| NetPrice | decimal? | Product net price | [optional] |
| GrossPrice | decimal? | Product gross price | [optional] |
| UseGrossPrice | bool? | Product uses gross prices | [optional] |
| DefaultVat | VatType | [optional] | |
| NetCost | decimal? | 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] |
| InStock | bool? | Product has stock | [optional] |
| StockInitial | decimal? | Product initial stock | [optional] |
| StockCurrent | decimal? | [Read Only] Product current stock | [optional] [readonly] |
| AverageCost | decimal? | Product average cost | [optional] |
| AveragePrice | decimal? | Product average price | [optional] |
| CreatedAt | string | Product creation date | [optional] |
| UpdatedAt | string | Product last update date | [optional] |