File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ class InvoiceEntity
7979
8080 public $ invoiceTitle ;
8181
82+ public $ referenceInvoiceId ;
83+
8284 public $ introText ;
8385
8486 public $ note ;
@@ -167,6 +169,7 @@ class InvoiceEntity
167169 'SUBSCRIPTION_ID ' => 'subscriptionId ' ,
168170 'INVOICE_NUMBER ' => 'invoiceNumber ' ,
169171 'INVOICE_TITLE ' => 'invoiceTitle ' ,
172+ 'REFERENCED_INVOICE_ID ' => 'referenceInvoiceId ' ,
170173 'INTROTEXT ' => 'introText ' ,
171174 'NOTE ' => 'note ' ,
172175 'PAID_DATE ' => 'paidDate ' ,
@@ -226,6 +229,7 @@ class InvoiceEntity
226229 'subscriptionId ' => 'SUBSCRIPTION_ID ' ,
227230 'invoiceNumber ' => 'INVOICE_NUMBER ' ,
228231 'invoiceTitle ' => 'INVOICE_TITLE ' ,
232+ 'referenceInvoiceId ' => 'REFERENCE_INVOICE_ID ' ,
229233 'introText ' => 'INTROTEXT ' ,
230234 'note ' => 'NOTE ' ,
231235 'paidDate ' => 'PAID_DATE ' ,
You can’t perform that action at this time.
0 commit comments