Netsutie PHP Toolkit
ExpenseCategorySearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $account;
19 
28  public $description;
29 
38  public $externalId;
39 
48  public $internalId;
49 
58  public $isInactive;
59 
68  public $name;
69 
78  public $rateRequired;
79 
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "account" => "SearchColumnSelectField[]",
95 
96  "description" => "SearchColumnStringField[]",
97 
98  "externalId" => "SearchColumnSelectField[]",
99 
100  "internalId" => "SearchColumnSelectField[]",
101 
102  "isInactive" => "SearchColumnBooleanField[]",
103 
104  "name" => "SearchColumnStringField[]",
105 
106  "rateRequired" => "SearchColumnBooleanField[]",
107 
108  "customFieldList" => "SearchColumnCustomFieldList",
109 
110  );
111 
112 }