Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Product id | [optional] |
name | String | Product name | [optional] |
code | String | Product code | [optional] |
netPrice | BigDecimal | Product net price | [optional] |
grossPrice | BigDecimal | Product gross price | [optional] |
useGrossPrice | Boolean | Product uses gross prices | [optional] |
defaultVat | VatType | [optional] | |
netCost | BigDecimal | 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 | Boolean | Product has stock | [optional] |
stockInitial | BigDecimal | Product initial stock | [optional] |
stockCurrent | BigDecimal | [Read Only] Product current stock | [optional] [readonly] |
averageCost | BigDecimal | Product average cost | [optional] |
averagePrice | BigDecimal | Product average price | [optional] |
createdAt | String | Product creation date | [optional] |
updatedAt | String | Product last update date | [optional] |
- Serializable