Click or drag to resize
ICatalogTaxCalculator Interface
Represents a calculator of product taxes.

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

The ICatalogTaxCalculator type exposes the following members.

Methods
  NameDescription
Public methodApplyTax
Applies a tax on the specified price using the parameters. Applied tax value is returned in the tax parameter.
Top
Remarks
An implementation of this interface is used to obtain product taxes in product catalogs and product details.
See Also