🚨 Announcing Vendure v2 Beta

TaxOptions

TaxOptions

Signature

interface TaxOptions {
  taxZoneStrategy?: TaxZoneStrategy;
  taxLineCalculationStrategy?: TaxLineCalculationStrategy;
}

Members

taxZoneStrategy

property
Defines the strategy used to determine the applicable Zone used in tax calculations.

taxLineCalculationStrategy

Defines the strategy used to calculate the TaxLines added to OrderItems.