| TaxClassService Class |
Namespace: CMS.Ecommerce
public class TaxClassService : ITaxClassService
The TaxClassService type exposes the following members.
| Name | Description | |
|---|---|---|
| TaxClassService |
Initializes a new instance of the TaxClassService class.
|
| Name | Description | |
|---|---|---|
| SKUInfoProvider |
Gets the provider for SKUInfo management.
| |
| TaxClassInfoProvider |
Gets the provider for TaxClassInfo management.
|
| Name | Description | |
|---|---|---|
| GetAccessoryTaxClass |
Gets a tax class for given product variant.
| |
| GetProductTaxClass |
Gets a tax class for given (main) product.
| |
| GetShippingTaxClass |
Gets a tax class for given shipping option.
| |
| GetSKUTaxClass |
Gets a tax class for given sku.
| |
| GetTaxClass(ShippingOptionInfo) |
Gets a tax class to which the shipping option belongs based on ShippingOptionTaxClassID property.
| |
| GetTaxClass(SKUInfo) |
Gets a tax class to which the product belongs.
| |
| GetVariantTaxClass |
Gets a tax class for given product variant.
|