Click or drag to resize
DefaultTaxEstimationService Constructor
Initializes a new instance of the DefaultTaxEstimationService class with the specified tax rate source."/>

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public DefaultTaxEstimationService(
	ICountryStateTaxRateSource rateSource,
	IRoundingServiceFactory roundingServiceFactory
)

Parameters

rateSource
Type: CMS.EcommerceICountryStateTaxRateSource
A source of country/state tax rates.
roundingServiceFactory
Type: CMS.EcommerceIRoundingServiceFactory
The factory supplying service for price rounding.
See Also