Netsutie PHP Toolkit
Check.php
Go to the documentation of this file.
1 <?php
8 class Check extends Record {
9 
18  public $createdDate;
19 
29 
38  public $status;
39 
48  public $customForm;
49 
58  public $account;
59 
68  public $balance;
69 
78  public $entity;
79 
88  public $address;
89 
98  public $subsidiary;
99 
109 
118  public $tranDate;
119 
128  public $currency;
129 
138  public $voidJournal;
139 
149 
158  public $toBePrinted;
159 
168  public $tranId;
169 
178  public $memo;
179 
188  public $department;
189 
198  public $taxTotal;
199 
208  public $class;
209 
218  public $tax2Total;
219 
228  public $location;
229 
238  public $userTotal;
239 
249 
259 
269 
278  public $expenseList;
279 
288  public $itemList;
289 
299 
308  public $billPay;
309 
319 
328  public $internalId;
329 
338  public $externalId;
339 
340 
341 
342  static $paramtypesmap = array(
343 
344  "createdDate" => "dateTime",
345 
346  "lastModifiedDate" => "dateTime",
347 
348  "status" => "string",
349 
350  "customForm" => "RecordRef",
351 
352  "account" => "RecordRef",
353 
354  "balance" => "float",
355 
356  "entity" => "RecordRef",
357 
358  "address" => "string",
359 
360  "subsidiary" => "RecordRef",
361 
362  "postingPeriod" => "RecordRef",
363 
364  "tranDate" => "dateTime",
365 
366  "currency" => "RecordRef",
367 
368  "voidJournal" => "RecordRef",
369 
370  "exchangeRate" => "float",
371 
372  "toBePrinted" => "boolean",
373 
374  "tranId" => "string",
375 
376  "memo" => "string",
377 
378  "department" => "RecordRef",
379 
380  "taxTotal" => "float",
381 
382  "class" => "RecordRef",
383 
384  "tax2Total" => "float",
385 
386  "location" => "RecordRef",
387 
388  "userTotal" => "float",
389 
390  "landedCostMethod" => "LandedCostMethod",
391 
392  "landedCostPerLine" => "boolean",
393 
394  "transactionNumber" => "string",
395 
396  "expenseList" => "CheckExpenseList",
397 
398  "itemList" => "CheckItemList",
399 
400  "landedCostsList" => "CheckLandedCostList",
401 
402  "billPay" => "boolean",
403 
404  "customFieldList" => "CustomFieldList",
405 
406  "internalId" => "string",
407 
408  "externalId" => "string",
409 
410  );
411 
412 }
$tax2Total
Definition: Check.php:218
$exchangeRate
Definition: Check.php:148
static $paramtypesmap
Definition: Check.php:342
$landedCostsList
Definition: Check.php:298
$postingPeriod
Definition: Check.php:108
$tranDate
Definition: Check.php:118
$taxTotal
Definition: Check.php:198
$address
Definition: Check.php:88
$tranId
Definition: Check.php:168
$landedCostMethod
Definition: Check.php:248
$status
Definition: Check.php:38
$currency
Definition: Check.php:128
$entity
Definition: Check.php:78
$transactionNumber
Definition: Check.php:268
$expenseList
Definition: Check.php:278
$class
Definition: Check.php:208
$voidJournal
Definition: Check.php:138
Definition: Check.php:8
$account
Definition: Check.php:58
$balance
Definition: Check.php:68
$landedCostPerLine
Definition: Check.php:258
$internalId
Definition: Check.php:328
$lastModifiedDate
Definition: Check.php:28
$userTotal
Definition: Check.php:238
$location
Definition: Check.php:228
$billPay
Definition: Check.php:308
$department
Definition: Check.php:188
$customForm
Definition: Check.php:48
$createdDate
Definition: Check.php:18
$customFieldList
Definition: Check.php:318
$toBePrinted
Definition: Check.php:158
$memo
Definition: Check.php:178
$itemList
Definition: Check.php:288
$subsidiary
Definition: Check.php:98
Definition: Record.php:8
$externalId
Definition: Check.php:338