Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.02 KB

ProductWithArrayPrices.md

File metadata and controls

21 lines (18 loc) · 2.02 KB

# ProductWithArrayPrices

Properties

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]
billing_frequency \Pipedrive\versions\v2\Model\BillingFrequency1 [optional]
billing_frequency_cycles int Only available in Advanced 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 object[] Array of objects, each containing: product_id (number), currency (string), price (number), cost (number), direct_cost (number null), notes (string)

[Back to Model list] [Back to API list] [Back to README]