Home > @vsf-enterprise/commercetools-types > TaxCalculationMode
# TaxCalculationMode enum
Signature:
export declare enum TaxCalculationMode
# Enumeration Members
Member | Value | Description |
---|---|---|
LineItemLevel | "LineItemLevel" | Default. This calculation mode calculates the taxes after the unit price is multiplied with the quantity. E.g. ($1.08 * 3 = $3.24) * 1.19 = $3.8556 -> $3.86 rounded |
UnitPriceLevel | "UnitPriceLevel" | This calculation mode calculates the taxes on the unit price before multiplying with the quantity. E.g. ($1.08 * 1.19 = $1.2852 -> $1.29 rounded) * 3 = $3.87 |