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