Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.32 KB

PartnerDeliverableResource.md

File metadata and controls

21 lines (17 loc) · 1.32 KB

PartnerDeliverableResource

Properties

Name Type Description Notes
id int id for partner deliverable [optional]
created_at string created [optional]
updated_at string updated [optional]
status string status of the deliverable [optional] [default to 'unknown']
partner_id int partner id [optional]
lead \Ageras\Api\PartnerDeliverableLeadResource [optional]
description string description of the deliverable [optional]
lines \Ageras\Api\PartnerDeliverableLineResource[] lines [optional]
attachments \Ageras\Api\AttachmentResource[] Attachment to the deliverable like invoices, etc. [optional]
total_vat_amount \Ageras\Api\AmountResource [optional]
total_amount_excl_vat \Ageras\Api\AmountResource [optional]
total_amount_incl_vat \Ageras\Api\AmountResource [optional]

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