Netsutie PHP Toolkit
CustomerGroupPricing.php
Go to the documentation of this file.
1 <?php
9 
18  public $group;
19 
28  public $level;
29 
30 
31 
32  static $paramtypesmap = array(
33 
34  "group" => "RecordRef",
35 
36  "level" => "RecordRef",
37 
38  );
39 
40 }