Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 544 Bytes

File metadata and controls

12 lines (8 loc) · 544 Bytes

HubSpot.NET.Model.InvoicePdfResponse

A response that contains the PDF of an invoice

Properties

Name Type Description Notes
Result string Designates if the response is a success ('OK') or failure ('ERR'). [optional]
Invoice byte[] The bytes of the invoice PDF.

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