Table of Contents
-
$account
: RecordRef
-
$amount
: float
-
$category
: RecordRef
-
$class
: RecordRef
-
$customer
: RecordRef
-
$customFieldList
: CustomFieldList
-
$department
: RecordRef
-
$grossAmt
: float
-
$isBillable
: bool
-
$line
: int
-
$location
: RecordRef
-
$memo
: string
-
$paramtypesmap
: mixed
-
$tax1Amt
: float
-
$taxCode
: RecordRef
-
$taxRate1
: float
-
$taxRate2
: float
$account
public
RecordRef
$account
$amount
public
float
$amount
$category
public
RecordRef
$category
$class
public
RecordRef
$class
$customer
public
RecordRef
$customer
$customFieldList
public
CustomFieldList
$customFieldList
$department
public
RecordRef
$department
$grossAmt
public
float
$grossAmt
$isBillable
public
bool
$isBillable
$line
public
int
$line
$location
public
RecordRef
$location
$memo
public
string
$memo
$paramtypesmap
public
static mixed
$paramtypesmap
= array("line" => "integer", "category" => "RecordRef", "account" => "RecordRef", "amount" => "float", "memo" => "string", "department" => "RecordRef", "class" => "RecordRef", "location" => "RecordRef", "customer" => "RecordRef", "isBillable" => "boolean", "taxCode" => "RecordRef", "taxRate1" => "float", "tax1Amt" => "float", "taxRate2" => "float", "grossAmt" => "float", "customFieldList" => "CustomFieldList")
$tax1Amt
public
float
$tax1Amt
$taxCode
public
RecordRef
$taxCode
$taxRate1
public
float
$taxRate1
$taxRate2
public
float
$taxRate2