BillingPriceListEntryLine
Represents individual pricing lines within a billing price list entry, defining start dates, flat amounts, included units, and variable rates.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the billing price list entry line. |
| auditCreatedDateTime | Datetime | True |
The date and time when the billing price list entry line was created. |
| auditModifiedBy | String | True |
The user who last modified the billing price list entry line. |
| auditModifiedDateTime | Datetime | True |
The date and time when the billing price list entry line was last modified. |
| billingPriceListEntry_Href | String | True |
The URL of the billing price list entry associated with this line. |
| billingPriceListEntry_Id | String | True |
The Id of the billing price list entry associated with this line. |
| billingPriceListEntry_Key | String | True |
The system-assigned key of the billing price list entry associated with this line. |
| flatAmount | Decimal | False |
The flat amount charged for this billing price list entry line. |
| href | String | True |
The URL of the billing price list entry line resource. |
| id | String | True |
The unique identifier of the billing price list entry line. |
| includedUnits | String | False |
The number of units included in the flat amount for this billing price list entry line. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the billing price list entry line record. |
| memo | String | False |
The memo or note associated with this billing price list entry line. |
| startDate | Date | False |
The date from which this billing price list entry line becomes effective. |
| variableUnitRate | String | False |
The rate charged per variable unit for this billing price list entry line. |
| ListAggregate_Tiers | String | False |
The list of pricing tiers associated with this billing price list entry line. |