Documentation

PayrollItem extends Record

Table of Contents

$accountCategory  : PayrollItemAccountCategory
$customFieldList  : CustomFieldList
$employeePaid  : bool
$expenseAccount  : RecordRef
$externalId  : string
$inactive  : bool
$internalId  : string
$itemType  : RecordRef
$liabilityAccount  : RecordRef
$name  : string
$nullFieldList  : NullField
$paramtypesmap  : mixed
$subsidiary  : RecordRef
$vendor  : RecordRef

Properties

$paramtypesmap

public static mixed $paramtypesmap = array("subsidiary" => "RecordRef", "itemType" => "RecordRef", "name" => "string", "vendor" => "RecordRef", "expenseAccount" => "RecordRef", "liabilityAccount" => "RecordRef", "employeePaid" => "boolean", "accountCategory" => "PayrollItemAccountCategory", "inactive" => "boolean", "customFieldList" => "CustomFieldList", "internalId" => "string", "externalId" => "string")

Search results