Click or drag to resize
TaxClassServiceGetSKUTaxClass Method
Gets a tax class for given sku.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected TaxClassInfo GetSKUTaxClass(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
Product variant.

Return Value

Type: TaxClassInfo
TaxClassInfo for specified product or null when not found.
See Also