# # Product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | 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** | **bool** | Product uses gross prices | [optional]
**default_vat** | [**\FattureInCloud\Model\VatType**](VatType.md) |  | [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** | **bool** | 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]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
