Netsutie PHP Toolkit
PayrollItemSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $externalId;
19 
28  public $internalId;
29 
39 
48  public $isInactive;
49 
59 
69 
78  public $name;
79 
88  public $vendor;
89 
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "externalId" => "SearchColumnStringField[]",
105 
106  "internalId" => "SearchColumnSelectField[]",
107 
108  "expenseAccount" => "SearchColumnStringField[]",
109 
110  "isInactive" => "SearchColumnBooleanField[]",
111 
112  "itemTypeNoHierarchy" => "SearchColumnStringField[]",
113 
114  "liabilityAccount" => "SearchColumnStringField[]",
115 
116  "name" => "SearchColumnStringField[]",
117 
118  "vendor" => "SearchColumnStringField[]",
119 
120  "customFieldList" => "SearchColumnCustomFieldList",
121 
122  );
123 
124 }