Netsutie PHP Toolkit
TaxFractionUnit.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _001andBelow = "_001andBelow";
23 
30  const _01andBelow = "_01andBelow";
31 
38  const _100andBelow = "_100andBelow";
39 
46  const _10andBelow = "_10andBelow";
47 
54  const _1andBelow = "_1andBelow";
55 
56 }