Netsutie PHP Toolkit
CustomerItemPricing.php
Go to the documentation of this file.
1 <?php
9 
18  public $item;
19 
28  public $level;
29 
38  public $currency;
39 
48  public $price;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "item" => "RecordRef",
55 
56  "level" => "RecordRef",
57 
58  "currency" => "RecordRef",
59 
60  "price" => "float",
61 
62  );
63 
64 }