Netsutie PHP Toolkit
GetDeletedFilter.php
Go to the documentation of this file.
1 <?php
9 
18  public $deletedDate;
19 
28  public $type;
29 
38  public $scriptId;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "deletedDate" => "SearchDateField",
45 
46  "type" => "SearchEnumMultiSelectField",
47 
48  "scriptId" => "SearchStringField",
49 
50  );
51 
52 }