Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.08 KB

ProductAttachementFields.md

File metadata and controls

19 lines (16 loc) · 1.08 KB

# ProductAttachementFields

Properties

Name Type Description Notes
id int The ID of the deal-product (the ID of the product attached to the deal) [optional]
company_id int The ID of the company [optional]
deal_id int The ID of the deal [optional]
product_id int The ID of the product [optional]
sum float The sum of all the products attached to the deal [optional]
currency string The currency associated with the deal product [optional]
add_time string The date and time when the product was added to the deal [optional]
last_edit string The date and time when the deal product was last edited [optional]
active_flag bool Whether the product is active or not [optional]
tax float The product tax [optional]
name string The product name [optional]

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