Skip to content

Commit

Permalink
Merge pull request #25 from clearbooks/ADHOC-3957-invoice-pdf-link
Browse files Browse the repository at this point in the history
add pdfUrl field to the invoice response object (ADHOC-3957)
  • Loading branch information
peter-horvath authored Jun 12, 2018
2 parents df7baa7 + 49423e0 commit 6fcfb50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Clearbooks/Soap/1/0/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ class Clearbooks_Soap_1_0_Invoice
/** @var string */
public $statementPage = '';

/** @var string */
public $pdfUrl = '';

/** @var int */
public $themeId = 1;

Expand Down

0 comments on commit 6fcfb50

Please sign in to comment.