Skip to content

Commit

Permalink
Create EffectiveTaxRate.php
Browse files Browse the repository at this point in the history
needed for TaxRate query:

	$TaxRateService = new QuickBooks_IPP_Service_TaxRate();

	$taxrates = $TaxRateService->query($Context, $realm, "SELECT * FROM TaxRate");
  • Loading branch information
ve7tcc authored and Alexander Obuhovich committed Jan 31, 2018
1 parent 5d48349 commit bda79a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions QuickBooks/IPP/Object/EffectiveTaxRate.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

QuickBooks_Loader::load('/QuickBooks/IPP/Object.php');

class QuickBooks_IPP_Object_EffectiveTaxRate extends QuickBooks_IPP_Object
{

}

0 comments on commit bda79a8

Please sign in to comment.