Netsutie PHP Toolkit
OtherNameCategorySearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $externalId;
19 
28  public $internalId;
29 
38  public $isInactive;
39 
48  public $name;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "externalId" => "SearchColumnStringField[]",
55 
56  "internalId" => "SearchColumnSelectField[]",
57 
58  "isInactive" => "SearchColumnBooleanField[]",
59 
60  "name" => "SearchColumnStringField[]",
61 
62  );
63 
64 }