Click or drag to resize
ITaxCalculationServiceFactory Interface
Interface for factories providing site-specific tax calculation services.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface ITaxCalculationServiceFactory

The ITaxCalculationServiceFactory type exposes the following members.

Methods
  NameDescription
Public methodGetTaxCalculationService
Gets Tax calculation service specific for given site.
Top
See Also