Netsutie PHP Toolkit
SupportCaseSolutions.php
Go to the documentation of this file.
1 <?php
9 
18  public $solution;
19 
28  public $message;
29 
38  public $dateApplied;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "solution" => "RecordRef",
45 
46  "message" => "string",
47 
48  "dateApplied" => "dateTime",
49 
50  );
51 
52 }