BillingTemplate
Represents billing templates that define the method and schedule for billing contract revenue, including step billing and milestone configurations.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the billing template. |
| auditCreatedDateTime | Datetime | True |
The date and time when the billing template was created. |
| auditModifiedBy | String | True |
The user who last modified the billing template. |
| auditModifiedDateTime | Datetime | True |
The date and time when the billing template was last modified. |
| description | String | False |
The description of the billing template. |
| href | String | True |
The URL of the billing template resource. |
| id | String | False |
The unique identifier of the billing template. |
| isStepBilling | Bool | False |
Indicates whether this billing template uses step billing. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the billing template record. |
| method | String | False |
The billing method used by this template, such as fixed price or time and materials. |
| source | String | False |
The source used to calculate billing amounts for this template. |
| status | String | False |
The current status of the billing template, such as active or inactive. |
| ListAggregate_Lines | String | False |
The list of lines associated with this billing template. |