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