Netsutie PHP Toolkit
TaxGroupTaxItem.php
Go to the documentation of this file.
1 <?php
9 
18  public $taxName;
19 
28  public $rate;
29 
38  public $basis;
39 
48  public $taxType;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "taxName" => "RecordRef",
55 
56  "rate" => "float",
57 
58  "basis" => "float",
59 
60  "taxType" => "string",
61 
62  );
63 
64 }