Name | Type | Description | Notes |
---|---|---|---|
id | float | 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 made 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 | Information about the Pipedrive user who owns 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 | [optional] |