| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The part id | [optional] |
| object_name | string | The part object name | [optional] |
| create | \DateTime | Date of part creation | [optional] |
| update | \DateTime | Date of last part update | [optional] |
| name | string | Name of the part | [optional] |
| part_number | string | The part number | [optional] |
| text | string | A text describing the part | [optional] |
| category | \Swagger\Client\Model\ModelPartCategory | [optional] | |
| stock | float | The stock of the part | [optional] |
| stock_enabled | bool | Defines if the stock should be enabled | [optional] |
| unity | \Swagger\Client\Model\ModelPartUnity | [optional] | |
| price | float | Net price for which the part is sold. we will change this parameter so that the gross price is calculated automatically, until then the priceGross parameter must be used. | [optional] |
| price_net | float | Net price for which the part is sold | [optional] |
| price_gross | float | Gross price for which the part is sold | [optional] |
| sev_client | \Swagger\Client\Model\ModelPartSevClient | [optional] | |
| price_purchase | float | Purchase price of the part | [optional] |
| tax_rate | float | Tax rate of the part | [optional] |
| status | int | Status of the part. 50 <-> Inactive - 100 <-> Active | [optional] |
| internal_comment | string | An internal comment for the part.<br> Does not appear on invoices and orders. | [optional] |