Netsutie PHP Toolkit
VendorCurrency.php
Go to the documentation of this file.
1 <?php
9 
18  public $currency;
19 
28  public $balance;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "currency" => "RecordRef",
45 
46  "balance" => "float",
47 
48  "unbilledOrders" => "float",
49 
50  );
51 
52 }