Click or drag to resize
ITaxEstimationService Interface
Defines the methods to implement a tax estimation service - i.e. fast, but not so accurate tax calculation.

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

The ITaxEstimationService type exposes the following members.

Methods
  NameDescription
Public methodExtractTax
Estimates the tax part of the given price. The result is rounded.
Public methodGetTax
Estimates the tax from the given price. The result is rounded.
Top
Remarks
Implementing classes should provide a best effort tax estimation even in cases when some (or all) of the tax estimation parameters are missing.
See Also