Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.21 KB

DealSearchItemItem.md

File metadata and controls

21 lines (18 loc) · 1.21 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\Model\DealSearchItemItemOwner [optional]
stage \Pipedrive\Model\DealSearchItemItemStage [optional]
person \Pipedrive\Model\DealSearchItemItemPerson [optional]
organization \Pipedrive\Model\DealSearchItemItemOrganization [optional]
custom_fields string[] Custom fields [optional]
notes string[] An array of notes [optional]

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