Sha256: 011cbc4c712a671c6a8f7e28fec6fe60437af088e9462a069d7c6209a072af31
Contents?: true
Size: 1.53 KB
Versions: 4
Compression:
Stored size: 1.53 KB
Contents
# FattureInCloud_Ruby_Sdk::Product ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Unique identifier. | [optional] | | **name** | **String** | Product name. | | | **code** | **String** | Product code. | [optional] | | **net_price** | **Float** | Net sale price (used if use_gross_price is false, otherwise it's competed automatically). | [optional] | | **gross_price** | **Float** | Gross sale price (used if use_gross_price is false, otherwise it's competed automatically). | [optional] | | **use_gross_price** | **Boolean** | Determine which price to use for calculations. | [optional] | | **default_vat** | [**VatType**](VatType.md) | | [optional] | | **net_cost** | **Float** | Net cost of the product (used for received documents). | [optional] | | **measure** | **String** | Unit of measure. | [optional] | | **description** | **String** | Product description. | [optional] | | **category** | **String** | Product category. | [optional] | | **notes** | **String** | Extra notes. | [optional] | | **in_stock** | **Boolean** | Determine if the product is in 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** | | [optional] | | **updated_at** | **String** | | [optional] |
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fattureincloud_ruby_sdk-2.0.4 | docs/Product.md |
fattureincloud_ruby_sdk-2.0.3 | docs/Product.md |
fattureincloud_ruby_sdk-2.0.2 | docs/Product.md |
fattureincloud_ruby_sdk-2.0.1 | docs/Product.md |