BillingSchedule
Represents billing schedules generated from contract lines, defining the planned billing dates and amounts for recurring revenue recognition.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the billing schedule. |
| auditCreatedDateTime | Datetime | True |
The date and time when the billing schedule was created. |
| auditModifiedBy | String | True |
The user who last modified the billing schedule. |
| auditModifiedDateTime | Datetime | True |
The date and time when the billing schedule was last modified. |
| cancellationDate | Date | True |
The date on which the billing schedule was cancelled. |
| contractLine_Href | String | True |
The URL of the contract line associated with this billing schedule. |
| contractLine_Id | String | True |
The Id of the contract line associated with this billing schedule. |
| contractLine_Key | String | True |
The system-assigned key of the contract line associated with this billing schedule. |
| contract_Href | String | True |
The URL of the contract associated with this billing schedule. |
| contract_Id | String | True |
The Id of the contract associated with this billing schedule. |
| contract_Key | String | True |
The system-assigned key of the contract associated with this billing schedule. |
| estimateRevaluationDate | Date | True |
The date on which the billing schedule estimate was last revalued. |
| href | String | True |
The URL of the billing schedule resource. |
| id | String | True |
The unique identifier of the billing schedule. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the billing schedule record. |
| status | String | True |
The current status of the billing schedule, such as active or inactive. |
| ListAggregate_Lines | String | False |
The list of billing schedule lines associated with this billing schedule. |