Table of Contents
-
$account
: RecordRef
-
$amount
: float
-
$class
: RecordRef
-
$credit
: float
-
$customFieldList
: CustomFieldList
-
$debit
: float
-
$department
: RecordRef
-
$entity
: RecordRef
-
$line
: int
-
$location
: RecordRef
-
$memo
: string
-
$paramtypesmap
: mixed
$account
public
RecordRef
$account
$amount
public
float
$amount
$class
public
RecordRef
$class
$credit
public
float
$credit
$customFieldList
public
CustomFieldList
$customFieldList
$debit
public
float
$debit
$department
public
RecordRef
$department
$entity
public
RecordRef
$entity
$line
public
int
$line
$location
public
RecordRef
$location
$memo
public
string
$memo
$paramtypesmap
public
static mixed
$paramtypesmap
= array("account" => "RecordRef", "line" => "integer", "debit" => "float", "credit" => "float", "amount" => "float", "memo" => "string", "entity" => "RecordRef", "department" => "RecordRef", "class" => "RecordRef", "location" => "RecordRef", "customFieldList" => "CustomFieldList")