Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.38 KB

File metadata and controls

22 lines (19 loc) · 1.38 KB

# DealSearchItemItem

Properties

Name Type Description Notes
id int The ID of the deal [optional]
type string The type of the item [optional]
title string The title of the deal [optional]
value int The value of the deal [optional]
currency string The currency of the deal [optional]
status string The status of the deal [optional]
visible_to int The visibility of the deal [optional]
owner \Pipedrive\versions\v2\Model\DealSearchItemItemOwner [optional]
stage \Pipedrive\versions\v2\Model\DealSearchItemItemStage [optional]
person \Pipedrive\versions\v2\Model\DealSearchItemItemPerson [optional]
organization \Pipedrive\versions\v2\Model\DealSearchItemItemOrganization [optional]
custom_fields string[] Custom fields [optional]
notes string[] An array of notes [optional]
is_archived bool A flag indicating whether the deal is archived or not [optional]

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