Click or drag to resize
ITaxCalculationService Interface
Defines the contract for classes providing tax calculation.

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

The ITaxCalculationService type exposes the following members.

Methods
  NameDescription
Public methodCalculateTaxes
Calculates all the taxes for given purchase.
Top
See Also