Click or drag to resize
ICatalogTaxCalculatorFactory Interface
Represents a factory creating tax calculators used in a product catalog.

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

The ICatalogTaxCalculatorFactory type exposes the following members.

Methods
  NameDescription
Public methodGetCalculator
Returns a catalog tax calculator usable on the specified site.
Top
See Also