CostCategory
extends Record
in package
Table of Contents
- $account : RecordRef
- $externalId : string
- $internalId : string
- $isInactive : bool
- $itemCostType : CostCategoryItemCostType
- $name : string
- $nullFieldList : NullField
- $paramtypesmap : mixed
Properties
$account
public
RecordRef
$account
$externalId
public
string
$externalId
$internalId
public
string
$internalId
$isInactive
public
bool
$isInactive
$itemCostType
public
CostCategoryItemCostType
$itemCostType
$name
public
string
$name
$nullFieldList
public
NullField
$nullFieldList
$paramtypesmap
public
static mixed
$paramtypesmap
= array("name" => "string", "account" => "RecordRef", "itemCostType" => "CostCategoryItemCostType", "isInactive" => "boolean", "internalId" => "string", "externalId" => "string")