Skip to content

Commit

Permalink
Issue #107 extend extended item interface
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Sep 17, 2018
1 parent 506f97f commit 7368537
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Extend/ItemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,14 @@ public function setVat($value);
* Get the item VAT.
*/
public function getVat();

/**
* Set the item Product Code.
*/
public function setProductCode($value);

/**
* Get the item Product Code.
*/
public function getProductCode();
}

0 comments on commit 7368537

Please sign in to comment.