Click or drag to resize
ITaxClassService Interface
Defines the contract for classes responsible for the product tax class retrieval.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface ITaxClassService
Methods
  NameDescription
Public methodGetTaxClass(ShippingOptionInfo)
Gets a tax class to which the shipping option belongs.
Public methodGetTaxClass(SKUInfo)
Gets a tax class to which the product belongs.
Top
See Also