Netsutie PHP Toolkit
CustomerStatusSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $description;
19 
28  public $externalId;
29 
39 
48  public $internalId;
49 
58  public $isInactive;
59 
68  public $name;
69 
78  public $probability;
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "description" => "SearchColumnStringField[]",
85 
86  "externalId" => "SearchColumnSelectField[]",
87 
88  "includeInLeadReports" => "SearchColumnBooleanField[]",
89 
90  "internalId" => "SearchColumnSelectField[]",
91 
92  "isInactive" => "SearchColumnBooleanField[]",
93 
94  "name" => "SearchColumnStringField[]",
95 
96  "probability" => "SearchColumnStringField[]",
97 
98  );
99 
100 }