ProjectBillingTemplateMilestone
Represents individual milestones within a project billing template, defining the completion percentage and the corresponding percentage to invoice at each stage.
Columns
| Name | Type | Description |
| description | String | The description of this project billing template milestone. |
| href | String | The URL of the project billing template milestone resource. |
| id | String | The unique identifier of the project billing template milestone record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the project billing template milestone record. |
| percentCompleted | String | The percentage of project completion required to trigger billing for this milestone. |
| percentToInvoice | String | The percentage of the contract amount to invoice when this milestone is reached. |
| projectBillingTemplate_Href | String | The URL of the project billing template associated with this milestone. |
| projectBillingTemplate_Id | String | The Id of the project billing template associated with this milestone. |
| projectBillingTemplate_Key | String | The system-assigned key of the project billing template associated with this milestone. |