Netsutie PHP Toolkit
PriceLevelSearchBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $discountPct;
19 
28  public $externalId;
29 
39 
48  public $internalId;
49 
59 
68  public $isInactive;
69 
78  public $isOnline;
79 
88  public $name;
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "discountPct" => "SearchDoubleField",
95 
96  "externalId" => "SearchMultiSelectField",
97 
98  "externalIdString" => "SearchStringField",
99 
100  "internalId" => "SearchMultiSelectField",
101 
102  "internalIdNumber" => "SearchLongField",
103 
104  "isInactive" => "SearchBooleanField",
105 
106  "isOnline" => "SearchBooleanField",
107 
108  "name" => "SearchStringField",
109 
110  );
111 
112 }