Click or drag to resize
ITaxCalculationServiceFactoryGetTaxCalculationService Method
Gets Tax calculation service specific for given site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
ITaxCalculationService GetTaxCalculationService(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site.

Return Value

Type: ITaxCalculationService
See Also