RecurringBillTaxEntry
Represents individual tax entries on recurring bill lines, capturing the purchasing tax detail, tax rate, and calculated tax amounts.
Columns
| Name | Type | Description |
| baseTaxAmount | Decimal | The calculated tax amount in the base currency for this recurring bill tax entry. |
| id | String | The unique identifier of the recurring bill tax entry record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the recurring bill tax entry record. |
| purchasingTaxDetail_Href | String | The URL of the purchasing tax detail associated with this recurring bill tax entry. |
| purchasingTaxDetail_Id | String | The Id of the purchasing tax detail associated with this recurring bill tax entry. |
| purchasingTaxDetail_Key | String | The system-assigned key of the purchasing tax detail associated with this recurring bill tax entry. |
| recurringBillLine_Href | String | The URL of the recurring bill line associated with this recurring bill tax entry. |
| recurringBillLine_Id | String | The Id of the recurring bill line associated with this recurring bill tax entry. |
| recurringBillLine_Key | String | The system-assigned key of the recurring bill line associated with this recurring bill tax entry. |
| taxRate | Decimal | The tax rate applied to this recurring bill tax entry. |
| txnTaxAmount | Decimal | The calculated tax amount in the transaction currency for this recurring bill tax entry. |