Netsutie PHP Toolkit
GetSelectFilterByFieldValue.php
Go to the documentation of this file.
1 <?php
9 
18  public $sublist;
19 
28  public $field;
29 
38  public $internalId;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "sublist" => "string",
45 
46  "field" => "string",
47 
48  "internalId" => "string",
49 
50  );
51 
52 }