Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.74 KB

ProductWithArrayPrices.md

File metadata and controls

20 lines (17 loc) · 1.74 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]
active_flag bool Whether this product is active or not [optional] [default to true]
selectable bool Whether this product is selected in deals or not [optional] [default to true]
visible_to VisibleTo Visibility of the product [optional]
owner_id object Information about the Pipedrive user who owns the product [optional]
billing_frequency string Only available in Advanced and above plans How often a customer is billed for access to a service or product [optional] [default to 'one-time']
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 is always `null` For all the other values of `billing_frequency`, `null` represents a product billed indefinitely Must be a positive integer less or equal to 312 [optional]
prices object[] Array of objects, each containing: currency (string), price (number), cost (number, optional), overhead_cost (number, optional) [optional]

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