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

Data Fields

 $subsidiary
 
 $itemType
 
 $name
 
 $vendor
 
 $expenseAccount
 
 $liabilityAccount
 
 $employeePaid
 
 $inactive
 
 $customFieldList
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

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

Detailed Description

PayrollItem

Definition at line 8 of file PayrollItem.php.

Field Documentation

$customFieldList

Definition at line 98 of file PayrollItem.php.

$employeePaid

Definition at line 78 of file PayrollItem.php.

$expenseAccount

Definition at line 58 of file PayrollItem.php.

$externalId

Definition at line 118 of file PayrollItem.php.

$inactive

Definition at line 88 of file PayrollItem.php.

$internalId

Definition at line 108 of file PayrollItem.php.

$itemType

Definition at line 28 of file PayrollItem.php.

$liabilityAccount

Definition at line 68 of file PayrollItem.php.

$name

Definition at line 38 of file PayrollItem.php.

$paramtypesmap
static
Initial value:
= array(
"subsidiary" => "RecordRef",
"itemType" => "RecordRef",
"name" => "string",
"vendor" => "RecordRef",
"expenseAccount" => "RecordRef",
"liabilityAccount" => "RecordRef",
"employeePaid" => "boolean",
"inactive" => "boolean",
"customFieldList" => "CustomFieldList",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 122 of file PayrollItem.php.

$subsidiary

Definition at line 18 of file PayrollItem.php.

$vendor

Definition at line 48 of file PayrollItem.php.


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