Netsutie PHP Toolkit
JobMilestones.php
Go to the documentation of this file.
1 <?php
8 class JobMilestones {
9 
19 
29 
39 
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "milestoneName" => "string",
65 
66  "milestoneOrder" => "string",
67 
68  "milestoneEstComplete" => "dateTime",
69 
70  "milestoneCompleted" => "boolean",
71 
72  "milestoneComments" => "string",
73 
74  );
75 
76 }
static $paramtypesmap