Netsutie PHP Toolkit
ContactCategorySearchRowBasic.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 
58  public $private;
59 
68  public $sync;
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "externalId" => "SearchColumnSelectField[]",
75 
76  "internalId" => "SearchColumnSelectField[]",
77 
78  "isInactive" => "SearchColumnBooleanField[]",
79 
80  "name" => "SearchColumnStringField[]",
81 
82  "private" => "SearchColumnBooleanField[]",
83 
84  "sync" => "SearchColumnBooleanField[]",
85 
86  );
87 
88 }