JournalEntryTaxEntry
Represents individual tax entries on journal entry 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 for this entry in the base currency. |
| id | String | The unique identifier of the journal entry tax entry record. |
| journalEntryLine_Href | String | The URL of the journal entry line associated with this tax entry. |
| journalEntryLine_Id | String | The Id of the journal entry line associated with this tax entry. |
| journalEntryLine_Key | String | The system-assigned key of the journal entry line associated with this tax entry. |
| key [KEY] | String | The system-assigned key that uniquely identifies the journal entry tax entry record. |
| taxDetail_Href | String | The URL of the tax detail associated with this journal entry tax entry. |
| taxDetail_Id | String | The Id of the tax detail associated with this journal entry tax entry. |
| taxDetail_Key | String | The system-assigned key of the tax detail associated with this journal entry tax entry. |
| taxRate | Decimal | The tax rate applied to calculate the tax amount for this journal entry line. |
| txnTaxAmount | Decimal | The calculated tax amount for this entry in the transaction currency. |