Netsutie PHP Toolkit
Rate.php
Go to the documentation of this file.
1 <?php
8 class Rate {
9 
18  public $value;
19 
28  public $priceLevel;
29 
30 
31 
32  static $paramtypesmap = array(
33 
34  "value" => "float",
35 
36  "priceLevel" => "RecordRef",
37 
38  );
39 
40 }
$priceLevel
Definition: Rate.php:28
$value
Definition: Rate.php:18
static $paramtypesmap
Definition: Rate.php:32
Definition: Rate.php:8