Sha256: c84ae1c3ce7b73d8e83bf4c6ff910c209258a4ef9d3b93b6edb66bffe4ec4ef6
Contents?: true
Size: 1.54 KB
Versions: 12
Compression:
Stored size: 1.54 KB
Contents
# FattureInCloud_Ruby_Sdk::Product ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Unique identifier. | [optional] | | **name** | **String** | Product name. | [optional] | | **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
12 entries across 12 versions & 1 rubygems