AdjustmentTaxEntry
Represents tax entries applied to individual lines on accounts payable adjustment transactions, including tax rate and amount details.
Columns
| Name | Type | Description |
| adjustmentLine_Href | String | The URL of the adjustment line associated with this tax entry. |
| adjustmentLine_Id | String | The Id of the adjustment line associated with this tax entry. |
| adjustmentLine_Key | String | The system-assigned key of the adjustment line associated with this tax entry. |
| baseTaxAmount | Decimal | The tax amount calculated in the base currency for this tax entry. |
| id | String | The unique identifier of the adjustment tax entry. |
| key [KEY] | String | The system-assigned key that uniquely identifies the adjustment 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 calculate the tax amount for this tax entry. |
| txnTaxAmount | Decimal | The tax amount calculated in the transaction currency for this tax entry. |