Netsutie PHP Toolkit
RateList.php
Go to the documentation of this file.
1 <?php
8 class RateList {
9 
18  public $rate;
19 
20 
21 
22  static $paramtypesmap = array(
23 
24  "rate" => "Rate[]",
25 
26  );
27 
28 }
static $paramtypesmap
Definition: RateList.php:22