Netsutie PHP Toolkit
SalesRoleSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $description;
19 
28  public $externalId;
29 
38  public $internalId;
39 
48  public $isInactive;
49 
58  public $name;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "description" => "SearchColumnStringField[]",
65 
66  "externalId" => "SearchColumnSelectField[]",
67 
68  "internalId" => "SearchColumnSelectField[]",
69 
70  "isInactive" => "SearchColumnBooleanField[]",
71 
72  "name" => "SearchColumnStringField[]",
73 
74  );
75 
76 }