Netsutie PHP Toolkit
JournalEntryLine.php
Go to the documentation of this file.
1 <?php
9 
18  public $account;
19 
28  public $debit;
29 
38  public $credit;
39 
48  public $taxCode;
49 
58  public $memo;
59 
68  public $taxRate1;
69 
78  public $entity;
79 
88  public $grossAmt;
89 
98  public $department;
99 
108  public $class;
109 
118  public $location;
119 
128  public $eliminate;
129 
138  public $schedule;
139 
148  public $startDate;
149 
158  public $endDate;
159 
168  public $residual;
169 
178  public $scheduleNum;
179 
188  public $tax1Amt;
189 
198  public $tax1Acct;
199 
209 
210 
211 
212  static $paramtypesmap = array(
213 
214  "account" => "RecordRef",
215 
216  "debit" => "float",
217 
218  "credit" => "float",
219 
220  "taxCode" => "RecordRef",
221 
222  "memo" => "string",
223 
224  "taxRate1" => "float",
225 
226  "entity" => "RecordRef",
227 
228  "grossAmt" => "float",
229 
230  "department" => "RecordRef",
231 
232  "class" => "RecordRef",
233 
234  "location" => "RecordRef",
235 
236  "eliminate" => "boolean",
237 
238  "schedule" => "RecordRef",
239 
240  "startDate" => "dateTime",
241 
242  "endDate" => "dateTime",
243 
244  "residual" => "string",
245 
246  "scheduleNum" => "RecordRef",
247 
248  "tax1Amt" => "float",
249 
250  "tax1Acct" => "RecordRef",
251 
252  "customFieldList" => "CustomFieldList",
253 
254  );
255 
256 }
$credit
$schedule
$eliminate
$tax1Amt
$location
$entity
$taxRate1
$department
$class
$endDate
$memo
$tax1Acct
$scheduleNum
static $paramtypesmap
$account
$taxCode
$grossAmt
$debit
$startDate
$customFieldList
$residual