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