Netsutie PHP Toolkit
CustomTransactionLine Class Reference

Data Fields

 $account
 
 $line
 
 $debit
 
 $credit
 
 $amount
 
 $memo
 
 $entity
 
 $department
 
 $class
 
 $location
 
 $customFieldList
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

Field Documentation

$account

Definition at line 18 of file CustomTransactionLine.php.

$amount

Definition at line 58 of file CustomTransactionLine.php.

$class

Definition at line 98 of file CustomTransactionLine.php.

$credit

Definition at line 48 of file CustomTransactionLine.php.

$customFieldList

Definition at line 118 of file CustomTransactionLine.php.

$debit

Definition at line 38 of file CustomTransactionLine.php.

$department

Definition at line 88 of file CustomTransactionLine.php.

$entity

Definition at line 78 of file CustomTransactionLine.php.

$line

Definition at line 28 of file CustomTransactionLine.php.

$location

Definition at line 108 of file CustomTransactionLine.php.

$memo

Definition at line 68 of file CustomTransactionLine.php.

$paramtypesmap
static
Initial value:
= array(
"account" => "RecordRef",
"line" => "integer",
"debit" => "float",
"credit" => "float",
"amount" => "float",
"memo" => "string",
"entity" => "RecordRef",
"department" => "RecordRef",
"class" => "RecordRef",
"location" => "RecordRef",
"customFieldList" => "CustomFieldList",
)

Definition at line 122 of file CustomTransactionLine.php.


The documentation for this class was generated from the following file: