Netsutie PHP Toolkit
BinSearchBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $binNumber;
19 
28  public $inactive;
29 
38  public $internalId;
39 
49 
58  public $location;
59 
68  public $memo;
69 
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "binNumber" => "SearchStringField",
85 
86  "inactive" => "SearchBooleanField",
87 
88  "internalId" => "SearchMultiSelectField",
89 
90  "internalIdNumber" => "SearchLongField",
91 
92  "location" => "SearchMultiSelectField",
93 
94  "memo" => "SearchStringField",
95 
96  "customFieldList" => "SearchCustomFieldList",
97 
98  );
99 
100 }