Table of Contents
-
$account
: string
-
$amount
: float
-
$customFieldList
: CustomFieldList
-
$line
: int
-
$markReceived
: bool
-
$memo
: string
-
$orderLine
: int
-
$paramtypesmap
: mixed
$account
public
string
$account
$amount
public
float
$amount
$customFieldList
public
CustomFieldList
$customFieldList
$line
public
int
$line
$markReceived
public
bool
$markReceived
$memo
public
string
$memo
$orderLine
public
int
$orderLine
$paramtypesmap
public
static mixed
$paramtypesmap
= array("markReceived" => "boolean", "orderLine" => "integer", "line" => "integer", "account" => "string", "memo" => "string", "amount" => "float", "customFieldList" => "CustomFieldList")