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