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

Data Fields

 $name
 
 $stage
 
 $probability
 
 $description
 
 $includeInLeadReports
 
 $isInactive
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

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

Detailed Description

CustomerStatus

Definition at line 8 of file CustomerStatus.php.

Field Documentation

$description

Definition at line 48 of file CustomerStatus.php.

$externalId

Definition at line 88 of file CustomerStatus.php.

$includeInLeadReports

Definition at line 58 of file CustomerStatus.php.

$internalId

Definition at line 78 of file CustomerStatus.php.

$isInactive

Definition at line 68 of file CustomerStatus.php.

$name

Definition at line 18 of file CustomerStatus.php.

$paramtypesmap
static
Initial value:
= array(
"name" => "string",
"stage" => "CustomerStatusStage",
"probability" => "float",
"description" => "string",
"includeInLeadReports" => "boolean",
"isInactive" => "boolean",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 92 of file CustomerStatus.php.

$probability

Definition at line 38 of file CustomerStatus.php.

$stage

Definition at line 28 of file CustomerStatus.php.


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