Netsutie PHP Toolkit
RevRecTemplateSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $amorMethod;
19 
28  public $amorPeriod;
29 
39 
48  public $amorTermSrc;
49 
58  public $amorType;
59 
69 
79 
88  public $externalId;
89 
98  public $internalId;
99 
108  public $isInactive;
109 
118  public $name;
119 
129 
139 
149 
150 
151 
152  static $paramtypesmap = array(
153 
154  "amorMethod" => "SearchColumnStringField[]",
155 
156  "amorPeriod" => "SearchColumnStringField[]",
157 
158  "amorStartOffset" => "SearchColumnStringField[]",
159 
160  "amorTermSrc" => "SearchColumnStringField[]",
161 
162  "amorType" => "SearchColumnStringField[]",
163 
164  "contraAccount" => "SearchColumnStringField[]",
165 
166  "deferralAccount" => "SearchColumnStringField[]",
167 
168  "externalId" => "SearchColumnStringField[]",
169 
170  "internalId" => "SearchColumnLongField[]",
171 
172  "isInactive" => "SearchColumnStringField[]",
173 
174  "name" => "SearchColumnStringField[]",
175 
176  "periodOffset" => "SearchColumnStringField[]",
177 
178  "targetAccount" => "SearchColumnStringField[]",
179 
180  "useForeignAmounts" => "SearchColumnBooleanField[]",
181 
182  );
183 
184 }