Netsutie PHP Toolkit
BillingScheduleMilestone.php
Go to the documentation of this file.
1 <?php
9 
18  public $milestoneId;
19 
29 
39 
48  public $projectTask;
49 
59 
69 
79 
88  public $comments;
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "milestoneId" => "integer",
95 
96  "milestoneAmount" => "float",
97 
98  "milestoneTerms" => "RecordRef",
99 
100  "projectTask" => "RecordRef",
101 
102  "milestoneDate" => "dateTime",
103 
104  "milestoneCompleted" => "boolean",
105 
106  "milestoneActualCompletionDate" => "dateTime",
107 
108  "comments" => "string",
109 
110  );
111 
112 }