Netsutie PHP Toolkit
StatisticalJournalEntry.php
Go to the documentation of this file.
1 <?php
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
48  public $tranId;
49 
59 
68  public $approved;
69 
78  public $tranDate;
79 
89 
98  public $reversalDate;
99 
109 
118  public $subsidiary;
119 
128  public $unitsType;
129 
138  public $lineList;
139 
149 
158  public $internalId;
159 
168  public $externalId;
169 
170 
171 
172  static $paramtypesmap = array(
173 
174  "createdDate" => "dateTime",
175 
176  "lastModifiedDate" => "dateTime",
177 
178  "customForm" => "RecordRef",
179 
180  "tranId" => "string",
181 
182  "parentExpenseAlloc" => "RecordRef",
183 
184  "approved" => "boolean",
185 
186  "tranDate" => "dateTime",
187 
188  "postingPeriod" => "RecordRef",
189 
190  "reversalDate" => "dateTime",
191 
192  "reversalDefer" => "boolean",
193 
194  "subsidiary" => "RecordRef",
195 
196  "unitsType" => "RecordRef",
197 
198  "lineList" => "StatisticalJournalEntryLineList",
199 
200  "customFieldList" => "CustomFieldList",
201 
202  "internalId" => "string",
203 
204  "externalId" => "string",
205 
206  );
207 
208 }
$unitsType
$subsidiary
$approved
$lastModifiedDate
$tranDate
$reversalDate
$postingPeriod
$createdDate
$reversalDefer
$customForm
$parentExpenseAlloc
$internalId
$externalId
$lineList
$customFieldList
$tranId
Definition: Record.php:8
static $paramtypesmap