CreditCardTxnTaxEntry
Represents tax entries applied to credit card transaction 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 for this tax entry. |
| creditCardTxnLine_Href | String | The URL of the credit card transaction line associated with this tax entry. |
| creditCardTxnLine_Id | String | The Id of the credit card transaction line associated with this tax entry. |
| creditCardTxnLine_Key | String | The system-assigned key of the credit card transaction line associated with this tax entry. |
| id | String | The unique identifier of the credit card transaction tax entry. |
| key [KEY] | String | The system-assigned key that uniquely identifies the credit card transaction 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 calculated tax amount in the transaction currency for this tax entry. |