BillTaxEntry
Represents tax entries applied to individual lines on accounts payable bill transactions, including tax rate and amount details.
Columns
| Name | Type | Description |
| baseTaxAmount | Decimal | The tax amount for this entry in the base currency. |
| billLine_Href | String | The URL of the bill line associated with this tax entry. |
| billLine_Id | String | The Id of the bill line associated with this tax entry. |
| billLine_Key | String | The system-assigned key of the bill line associated with this tax entry. |
| id | String | The unique identifier of the bill tax entry. |
| isPartialExemption | Bool | Indicates whether this tax entry applies a partial exemption. |
| key [KEY] | String | The system-assigned key that uniquely identifies the bill tax entry record. |
| purchasingTaxDetail_Href | String | The URL of the purchasing tax detail associated with this tax entry. |
| purchasingTaxDetail_Id | String | The Id of the purchasing tax detail associated with this tax entry. |
| purchasingTaxDetail_Key | String | The system-assigned key of the purchasing tax detail associated with this tax entry. |
| taxRate | Decimal | The tax rate applied to this tax entry. |
| txnTaxAmount | Decimal | The tax amount for this entry in the transaction currency. |