BillingScheduleLine
Represents individual lines within a billing schedule, defining the scheduled and actual billing dates, amounts, and billing state.
Columns
| Name | Type | Description |
| actualBaseAmount | Decimal | The actual billed amount for this billing schedule line in the base currency. |
| actualBillingDate | Date | The actual date on which this billing schedule line was billed. |
| actualExchangeRate | Decimal | The exchange rate used when this billing schedule line was actually billed. |
| approvedHours | String | The number of approved hours used to calculate the billed amount for this line. |
| auditCreatedBy | String | The user who created the billing schedule line. |
| auditCreatedDateTime | Datetime | The date and time when the billing schedule line was created. |
| auditModifiedBy | String | The user who last modified the billing schedule line. |
| auditModifiedDateTime | Datetime | The date and time when the billing schedule line was last modified. |
| billed | Bool | Indicates whether this billing schedule line has been billed. |
| computationMemo | String | The memo describing how the billing amount for this line was computed. |
| contractBillingSchedule_Href | String | The URL of the contract billing schedule associated with this line. |
| contractBillingSchedule_Id | String | The Id of the contract billing schedule associated with this line. |
| contractBillingSchedule_Key | String | The system-assigned key of the contract billing schedule associated with this line. |
| contractUsage_Href | String | The URL of the contract usage record associated with this billing schedule line. |
| contractUsage_Id | String | The Id of the contract usage record associated with this billing schedule line. |
| contractUsage_Key | String | The system-assigned key of the contract usage record associated with this billing schedule line. |
| documentId | String | The Id of the invoice document generated when this billing schedule line was billed. |
| href | String | The URL of the billing schedule line resource. |
| id | String | The unique identifier of the billing schedule line. |
| isHistorical | Bool | Indicates whether this billing schedule line represents a historical billing entry. |
| key [KEY] | String | The system-assigned key that uniquely identifies the billing schedule line record. |
| linkedBillingScheduleLine_Href | String | The URL of the billing schedule line linked to this line. |
| linkedBillingScheduleLine_Id | String | The Id of the billing schedule line linked to this line. |
| linkedBillingScheduleLine_Key | String | The system-assigned key of the billing schedule line linked to this line. |
| scheduledAmount | Decimal | The scheduled billing amount for this line in the transaction currency. |
| scheduledBaseAmount | Decimal | The scheduled billing amount for this line in the base currency. |
| scheduledBillingDate | Date | The planned billing date for this billing schedule line. |
| scheduledExchangeRate | Decimal | The exchange rate planned for use on the scheduled billing date. |
| scheduledOperationKey | String | The system-assigned key of the scheduled operation associated with this billing schedule line. |
| servicePeriodEndDate | Date | The end date of the service period covered by this billing schedule line. |
| servicePeriodStartDate | Date | The start date of the service period covered by this billing schedule line. |
| sourceHours | String | The source hours used as the basis for calculating the billing amount on this line. |
| state | String | The billing state of this line, such as scheduled, billed, or cancelled. |