Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CostCategory.php
Go to the documentation of this file.
1
<?php
8
class
CostCategory
extends
Record
{
9
18
public
$name
;
19
28
public
$account
;
29
38
public
$itemCostType
;
39
48
public
$isInactive
;
49
58
public
$internalId
;
59
68
public
$externalId
;
69
70
71
72
static
$paramtypesmap
= array(
73
74
"name"
=>
"string"
,
75
76
"account"
=>
"RecordRef"
,
77
78
"itemCostType"
=>
"CostCategoryItemCostType"
,
79
80
"isInactive"
=>
"boolean"
,
81
82
"internalId"
=>
"string"
,
83
84
"externalId"
=>
"string"
,
85
86
);
87
88
}
CostCategory\$name
$name
Definition:
CostCategory.php:18
CostCategory\$isInactive
$isInactive
Definition:
CostCategory.php:48
CostCategory\$externalId
$externalId
Definition:
CostCategory.php:68
CostCategory\$account
$account
Definition:
CostCategory.php:28
CostCategory
Definition:
CostCategory.php:8
CostCategory\$internalId
$internalId
Definition:
CostCategory.php:58
CostCategory\$paramtypesmap
static $paramtypesmap
Definition:
CostCategory.php:72
CostCategory\$itemCostType
$itemCostType
Definition:
CostCategory.php:38
Record
Definition:
Record.php:8
Generated by
dreamxtream
using
1.8.10