Click or drag to resize
ITaxAddressServiceFactoryGetTaxAddressService Method
Returns a tax address service for the given site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
ITaxAddressService GetTaxAddressService(
	int siteId
)

Parameters

siteId
Type: SystemInt32
An ID of the site.

Return Value

Type: ITaxAddressService
See Also