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: 13.0.131
Syntax
C#
public class TaxClassService : ITaxClassService

The TaxClassService type exposes the following members.

Constructors
  NameDescription
Public methodTaxClassService
Initializes a new instance of the TaxClassService class.
Top
Properties
  NameDescription
Protected propertySKUInfoProvider
Gets the provider for SKUInfo management.
Protected propertyTaxClassInfoProvider
Gets the provider for TaxClassInfo management.
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