InvoiceItemTaxes
List of taxes applied to an invoice item.
SELECT
SELECT * FROM InvoiceItemTaxes
Columns
Name | Type | References | SupportedOperators | Description |
SalesTaxId [KEY] | String | The unique identifier for the sales tax. | ||
ProductId [KEY] | String |
Products.Id | Associated product Id. | |
AmountValue | Decimal | Amount represented as a combination of the major and minor currency unit (uses a decimal separator). | ||
AmountCurrencyCode | String |
Currencies.Code | Currency code. |