Netsutie PHP Toolkit
JournalEntry.php
Go to the documentation of this file.
1 <?php
8 class JournalEntry extends Record {
9 
19 
28  public $tranDate;
29 
38  public $currency;
39 
48  public $exchangeRate;
49 
58  public $tranId;
59 
68  public $reversalDate;
69 
79 
89 
99 
109 
119 
128  public $createdFrom;
129 
138  public $department;
139 
148  public $class;
149 
158  public $location;
159 
168  public $subsidiary;
169 
179 
188  public $approved;
189 
198  public $createdDate;
199 
209 
218  public $customForm;
219 
228  public $lineList;
229 
239 
248  public $internalId;
249 
258  public $externalId;
259 
260 
261 
262  static $paramtypesmap = array(
263 
264  "postingPeriod" => "RecordRef",
265 
266  "tranDate" => "dateTime",
267 
268  "currency" => "RecordRef",
269 
270  "exchangeRate" => "float",
271 
272  "tranId" => "string",
273 
274  "reversalDate" => "dateTime",
275 
276  "reversalDefer" => "boolean",
277 
278  "parentExpenseAlloc" => "RecordRef",
279 
280  "isBookSpecific" => "boolean",
281 
282  "accountingBook" => "RecordRef",
283 
284  "reversalEntry" => "string",
285 
286  "createdFrom" => "RecordRef",
287 
288  "department" => "RecordRef",
289 
290  "class" => "RecordRef",
291 
292  "location" => "RecordRef",
293 
294  "subsidiary" => "RecordRef",
295 
296  "toSubsidiary" => "RecordRef",
297 
298  "approved" => "boolean",
299 
300  "createdDate" => "dateTime",
301 
302  "lastModifiedDate" => "dateTime",
303 
304  "customForm" => "RecordRef",
305 
306  "lineList" => "JournalEntryLineList",
307 
308  "customFieldList" => "CustomFieldList",
309 
310  "internalId" => "string",
311 
312  "externalId" => "string",
313 
314  );
315 
316 }
Definition: JournalEntry.php:8
$accountingBook
$customForm
static $paramtypesmap
$createdFrom
$tranId
$postingPeriod
$lastModifiedDate
$isBookSpecific
$internalId
$department
$currency
$reversalDate
$class
$lineList
$externalId
$exchangeRate
$parentExpenseAlloc
$subsidiary
$reversalEntry
$reversalDefer
$tranDate
$location
Definition: Record.php:8
$approved
$createdDate
$toSubsidiary
$customFieldList