Click or drag to resize
TaxClassService Class
Default implementation of ITaxClassService interface.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceTaxClassService

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class TaxClassService : ITaxClassService

The TaxClassService type exposes the following members.

Constructors
  NameDescription
Public methodTaxClassService
Top
Methods
  NameDescription
Protected methodGetAccessoryTaxClass
Gets a tax class for given product variant.
Protected methodGetProductTaxClass
Gets a tax class for given (main) product.
Protected methodGetShippingTaxClass
Gets a tax class for given shipping option.
Protected methodGetSKUTaxClass
Gets a tax class for given sku.
Public methodGetTaxClass(ShippingOptionInfo)
Gets a tax class to which the shipping option belongs based on ShippingOptionTaxClassID property.
Public methodGetTaxClass(SKUInfo)
Gets a tax class to which the product belongs.
Protected methodGetVariantTaxClass
Gets a tax class for given product variant.
Top
See Also