Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.9 KB

ProductWithArrayPrices.md

File metadata and controls

39 lines (23 loc) · 1.9 KB

Pipedrive.ProductWithArrayPrices

Properties

Name Type Description Notes
id Number 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 Number The tax percentage [optional] [default to 0]
active_flag Boolean Whether this product is active or not [optional] [default to true]
selectable Boolean 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 Number 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]

Enum: BillingFrequencyEnum

  • one-time (value: "one-time")

  • annually (value: "annually")

  • semi-annually (value: "semi-annually")

  • quarterly (value: "quarterly")

  • monthly (value: "monthly")

  • weekly (value: "weekly")