Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.48 KB

Product.md

File metadata and controls

28 lines (24 loc) · 1.48 KB

It.FattureInCloud.Sdk.Model.Product

Properties

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]

[Back to Model list] [Back to API list] [Back to README]