| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The ID of the product | [optional] |
| name | string | The name of the product | [optional] |
| code | string | The product code | [optional] |
| unit | string | The unit in which this product is sold | [optional] |
| tax | float | The tax percentage | [optional] [default to 0] |
| is_deleted | bool | Whether this product will be marked as deleted or not | [optional] [default to false] |
| is_linkable | bool | Whether this product can be added to a deal or not | [optional] [default to true] |
| visible_to | VisibleTo | Visibility of the product | [optional] |
| owner_id | int | The ID of the Pipedrive user who owns the product | [optional] |
| add_time | string | The date and time when the product was added | [optional] |
| update_time | string | The date and time when the product was last updated | [optional] |
| description | string | The description of the product | [optional] |
| category | string | The category of the product | [optional] |
| custom_fields | array<string,object> | An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes. To clear a custom field value, set it to `null`. For multi-option fields (field type `set`), use `null` to clear the selection — sending an empty array `[]` is not supported and will result in a validation error. | [optional] |
| billing_frequency | \Pipedrive\versions\v2\Model\BillingFrequency1 | [optional] | |
| billing_frequency_cycles | int | Only available in Growth and above plans The number of times the billing frequency repeats for a product in a deal When `billing_frequency` is set to `one-time`, this field must be `null` When `billing_frequency` is set to `weekly`, this field cannot be `null` For all the other values of `billing_frequency`, `null` represents a product billed indefinitely Must be a positive integer less or equal to 208 | [optional] |
| prices | \Pipedrive\versions\v2\Model\ArrayPricesPrices[] | The prices of the product in different currencies | [optional] |