Home > @vsf-enterprise/commercetools-types > TaxMode

# TaxMode enum

Signature:

export declare enum TaxMode 

# Enumeration Members

Member Value Description
Disabled "Disabled" No taxes are added to the cart.
External "External" The tax rates are set externally per ExternalTaxRateDraft. A cart with this tax mode can only be ordered if all line items, all custom line items and the shipping method have an external tax rate set. The totalNet and totalGross as well as the taxPortions fields are calculated by the platform according to the taxRoundingMode.
ExternalAmount "ExternalAmount" The tax amounts and the tax rates as well as the tax portions are set externally per ExternalTaxAmountDraft. A cart with this tax mode can only be ordered if the cart itself and all line items, all custom line items and the shipping method have an external tax amount and rate set
Platform "Platform" The tax rates are selected by the platform from the TaxCategories based on the cart shipping address. The totalNet and totalGross as well as the taxPortions fields are calculated by the platform according to the taxRoundingMode.