RecurringBillLine
Represents individual line items on a recurring bill, capturing GL account allocations, currency amounts, allocation details, and associated tax entries.
Columns
| Name | Type | ReadOnly | Description |
| allocation_Href | String | True |
The URL of the allocation associated with this recurring bill line. |
| allocation_Id | String | False |
The Id of the allocation associated with this recurring bill line. |
| allocation_Key | String | False |
The system-assigned key of the allocation associated with this recurring bill line. |
| allocation_Name | String | True |
The name of the allocation associated with this recurring bill line. |
| baseAmount | Decimal | True |
The amount of this recurring bill line in the base currency. |
| currencyBaseCurrency | String | False |
The base currency used for this recurring bill line. |
| currencyTxnCurrency | String | False |
The transaction currency used for this recurring bill line. |
| glAccount_Href | String | True |
The URL of the GL account associated with this recurring bill line. |
| glAccount_Id | String | False |
The Id of the GL account associated with this recurring bill line. |
| glAccount_Key | String | False |
The system-assigned key of the GL account associated with this recurring bill line. |
| glAccount_Name | String | True |
The name of the GL account associated with this recurring bill line. |
| href | String | True |
The URL of the recurring bill line resource. |
| id | String | True |
The unique identifier of the recurring bill line record. |
| isBillable | Bool | False |
Indicates whether this recurring bill line is billable to a project or customer. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the recurring bill line record. |
| lineNumber | Int | True |
The sequential line number of this recurring bill line. |
| memo | String | False |
The memo or note for this recurring bill line. |
| recurringBill_Href | String | True |
The URL of the recurring bill associated with this recurring bill line. |
| recurringBill_Id | String | False |
The Id of the recurring bill associated with this recurring bill line. |
| recurringBill_Key | String | False |
The system-assigned key of the recurring bill associated with this recurring bill line. |
| ListAggregate_TaxEntries | String | False |
The aggregate list of tax entries associated with this recurring bill line. |