Netsutie PHP Toolkit
Account.php
Go to the documentation of this file.
1 <?php
8 class Account extends Record {
9 
18  public $acctType;
19 
28  public $unitsType;
29 
38  public $unit;
39 
48  public $acctNumber;
49 
58  public $acctName;
59 
69 
78  public $currency;
79 
88  public $exchangeRate;
89 
98  public $generalRate;
99 
108  public $parent;
109 
119 
129 
139 
148  public $description;
149 
158  public $curDocNum;
159 
168  public $isInactive;
169 
178  public $department;
179 
188  public $class;
189 
198  public $location;
199 
208  public $inventory;
209 
218  public $eliminate;
219 
229 
239 
249 
258  public $tranDate;
259 
268  public $revalue;
269 
279 
289 
298  public $internalId;
299 
308  public $externalId;
309 
310 
311 
312  static $paramtypesmap = array(
313 
314  "acctType" => "AccountType",
315 
316  "unitsType" => "RecordRef",
317 
318  "unit" => "RecordRef",
319 
320  "acctNumber" => "string",
321 
322  "acctName" => "string",
323 
324  "includeChildren" => "boolean",
325 
326  "currency" => "RecordRef",
327 
328  "exchangeRate" => "string",
329 
330  "generalRate" => "ConsolidatedRate",
331 
332  "parent" => "RecordRef",
333 
334  "cashFlowRate" => "ConsolidatedRate",
335 
336  "billableExpensesAcct" => "RecordRef",
337 
338  "deferralAcct" => "RecordRef",
339 
340  "description" => "string",
341 
342  "curDocNum" => "integer",
343 
344  "isInactive" => "boolean",
345 
346  "department" => "RecordRef",
347 
348  "class" => "RecordRef",
349 
350  "location" => "RecordRef",
351 
352  "inventory" => "boolean",
353 
354  "eliminate" => "boolean",
355 
356  "subsidiaryList" => "RecordRefList",
357 
358  "category1099misc" => "RecordRef",
359 
360  "openingBalance" => "float",
361 
362  "tranDate" => "dateTime",
363 
364  "revalue" => "boolean",
365 
366  "translationsList" => "AccountTranslationList",
367 
368  "customFieldList" => "CustomFieldList",
369 
370  "internalId" => "string",
371 
372  "externalId" => "string",
373 
374  );
375 
376 }
$deferralAcct
Definition: Account.php:138
$category1099misc
Definition: Account.php:238
$internalId
Definition: Account.php:298
$acctType
Definition: Account.php:18
$externalId
Definition: Account.php:308
$currency
Definition: Account.php:78
static $paramtypesmap
Definition: Account.php:312
$eliminate
Definition: Account.php:218
$description
Definition: Account.php:148
$includeChildren
Definition: Account.php:68
$subsidiaryList
Definition: Account.php:228
$unitsType
Definition: Account.php:28
$translationsList
Definition: Account.php:278
$acctNumber
Definition: Account.php:48
$acctName
Definition: Account.php:58
$department
Definition: Account.php:178
$curDocNum
Definition: Account.php:158
$cashFlowRate
Definition: Account.php:118
$openingBalance
Definition: Account.php:248
$exchangeRate
Definition: Account.php:88
$customFieldList
Definition: Account.php:288
$inventory
Definition: Account.php:208
$billableExpensesAcct
Definition: Account.php:128
Definition: Record.php:8
$generalRate
Definition: Account.php:98
$isInactive
Definition: Account.php:168