Skip to content

Commit

Permalink
Add tax fields to the V0 product entity
Browse files Browse the repository at this point in the history
  • Loading branch information
szeber committed Jul 10, 2016
1 parent a45161b commit 8d4844a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ShoppinPal/Vend/DataObject/Entity/V0/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ class Product extends EntityDoAbstract{

public $tax;

public $taxId;

public $taxRate;

public $taxName;

public $brandName;

public $supplierName;
Expand Down

0 comments on commit 8d4844a

Please sign in to comment.