Skip to content

Commit

Permalink
added track id to invoice interface
Browse files Browse the repository at this point in the history
  • Loading branch information
xersion22 authored Mar 14, 2024
1 parent f4585c8 commit e288d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Qbil/Models/InvoiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ interface InvoiceInterface
{
public function addInvoiceLine(InvoiceLineInterface $invoiceLine);
public function getRelation();
public function getTrackId();
public function isCreditInvoice();
public function getSubsidiary();
public function getSupplierInvoiceNumber();
Expand All @@ -25,4 +26,4 @@ public function getInvoiceLines();
public function getOrder();
public function getContract();
public function getVat();
}
}

0 comments on commit e288d8e

Please sign in to comment.