InvoiceTaxEntry
Represents individual tax entries on invoice lines, capturing the tax detail, tax rate, and calculated tax amounts in both base and transaction currencies.
Columns
| Name | Type | Description |
| baseTaxAmount | Decimal | The calculated tax amount in the base currency. |
| id | String | The unique identifier of the invoice tax entry record. |
| invoiceLine_Href | String | The URL of the invoice line associated with this tax entry. |
| invoiceLine_Id | String | The Id of the invoice line associated with this tax entry. |
| invoiceLine_Key | String | The system-assigned key of the invoice line associated with this tax entry. |
| key [KEY] | String | The system-assigned key that uniquely identifies the invoice tax entry record. |
| orderEntryTaxDetail_Href | String | The URL of the order entry tax detail associated with this invoice tax entry. |
| orderEntryTaxDetail_Id | String | The Id of the order entry tax detail associated with this invoice tax entry. |
| orderEntryTaxDetail_Key | String | The system-assigned key of the order entry tax detail associated with this invoice tax entry. |
| taxRate | Decimal | The tax rate applied to this invoice tax entry. |
| txnTaxAmount | Decimal | The calculated tax amount in the transaction currency. |