Netsutie PHP Toolkit
InterCompanyJournalEntryLine.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $account;
29 
38  public $debit;
39 
48  public $credit;
49 
58  public $taxCode;
59 
68  public $memo;
69 
78  public $taxRate1;
79 
88  public $entity;
89 
98  public $grossAmt;
99 
108  public $schedule;
109 
118  public $department;
119 
128  public $startDate;
129 
138  public $class;
139 
148  public $endDate;
149 
158  public $location;
159 
168  public $eliminate;
169 
178  public $residual;
179 
189 
198  public $scheduleNum;
199 
209 
219 
229 
238  public $tax1Amt;
239 
248  public $tax1Acct;
249 
259 
260 
261 
262  static $paramtypesmap = array(
263 
264  "lineSubsidiary" => "RecordRef",
265 
266  "account" => "RecordRef",
267 
268  "debit" => "float",
269 
270  "credit" => "float",
271 
272  "taxCode" => "RecordRef",
273 
274  "memo" => "string",
275 
276  "taxRate1" => "float",
277 
278  "entity" => "RecordRef",
279 
280  "grossAmt" => "float",
281 
282  "schedule" => "RecordRef",
283 
284  "department" => "RecordRef",
285 
286  "startDate" => "dateTime",
287 
288  "class" => "RecordRef",
289 
290  "endDate" => "dateTime",
291 
292  "location" => "RecordRef",
293 
294  "eliminate" => "boolean",
295 
296  "residual" => "string",
297 
298  "amortizationSched" => "RecordRef",
299 
300  "scheduleNum" => "RecordRef",
301 
302  "amortizStartDate" => "dateTime",
303 
304  "amortizationEndDate" => "dateTime",
305 
306  "amortizationResidual" => "string",
307 
308  "tax1Amt" => "float",
309 
310  "tax1Acct" => "RecordRef",
311 
312  "customFieldList" => "CustomFieldList",
313 
314  );
315 
316 }
$amortizationResidual
$eliminate
$entity
$customFieldList
$amortizStartDate
static $paramtypesmap
$scheduleNum
$schedule
$location
$debit
$tax1Acct
$grossAmt
$credit
$taxRate1
$tax1Amt
$residual
$memo
$taxCode
$amortizationSched
$endDate
$department
$amortizationEndDate
$lineSubsidiary
$startDate
$account
$class