Netsutie PHP Toolkit
ExpenseCategory Class Reference
Inheritance diagram for ExpenseCategory:
Record

Data Fields

 $customForm
 
 $name
 
 $description
 
 $expenseAcct
 
 $isInactive
 
 $rateRequired
 
 $defaultRate
 
 $ratesList
 
 $translationsList
 
 $customFieldList
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from Record
static $paramtypesmap
 

Detailed Description

ExpenseCategory

Definition at line 8 of file ExpenseCategory.php.

Field Documentation

$customFieldList

Definition at line 108 of file ExpenseCategory.php.

$customForm

Definition at line 18 of file ExpenseCategory.php.

$defaultRate

Definition at line 78 of file ExpenseCategory.php.

$description

Definition at line 38 of file ExpenseCategory.php.

$expenseAcct

Definition at line 48 of file ExpenseCategory.php.

$externalId

Definition at line 128 of file ExpenseCategory.php.

$internalId

Definition at line 118 of file ExpenseCategory.php.

$isInactive

Definition at line 58 of file ExpenseCategory.php.

$name

Definition at line 28 of file ExpenseCategory.php.

$paramtypesmap
static
Initial value:
= array(
"customForm" => "RecordRef",
"name" => "string",
"description" => "string",
"expenseAcct" => "RecordRef",
"isInactive" => "boolean",
"rateRequired" => "boolean",
"defaultRate" => "float",
"ratesList" => "ExpenseCategoryRatesList",
"translationsList" => "TranslationList",
"customFieldList" => "CustomFieldList",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 132 of file ExpenseCategory.php.

$rateRequired

Definition at line 68 of file ExpenseCategory.php.

$ratesList

Definition at line 88 of file ExpenseCategory.php.

$translationsList

Definition at line 98 of file ExpenseCategory.php.


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