Netsutie PHP Toolkit
StatisticalJournalEntryLine.php
Go to the documentation of this file.
1 <?php
9 
18  public $account;
19 
28  public $location;
29 
38  public $scheduleNum;
39 
48  public $debit;
49 
58  public $memo;
59 
68  public $entity;
69 
78  public $department;
79 
88  public $class;
89 
98  public $lineUnit;
99 
109 
119 
120 
121 
122  static $paramtypesmap = array(
123 
124  "account" => "RecordRef",
125 
126  "location" => "RecordRef",
127 
128  "scheduleNum" => "RecordRef",
129 
130  "debit" => "float",
131 
132  "memo" => "string",
133 
134  "entity" => "RecordRef",
135 
136  "department" => "RecordRef",
137 
138  "class" => "RecordRef",
139 
140  "lineUnit" => "RecordRef",
141 
142  "previewDebit" => "string",
143 
144  "customFieldList" => "CustomFieldList",
145 
146  );
147 
148 }
$customFieldList
$debit
$location
$entity
$class
static $paramtypesmap
$scheduleNum
$department
$lineUnit
$memo
$account
$previewDebit