TaxOptions
TaxOptions
Signature
interface TaxOptions {
taxZoneStrategy?: TaxZoneStrategy;
taxLineCalculationStrategy?: TaxLineCalculationStrategy;
}
Members
taxZoneStrategy
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.