Click or drag to resize
TaxClassServiceGetVariantTaxClass Method
Gets a tax class for given product variant.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual TaxClassInfo GetVariantTaxClass(
	SKUInfo variant
)

Parameters

variant
Type: CMS.EcommerceSKUInfo
Product variant.

Return Value

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