Click or drag to resize
SKUTaxClassInfoProviderSetSKUTaxClassInfo Method
Sets relationship between specified SKU and tax class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetSKUTaxClassInfo(
	SKUTaxClassInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceSKUTaxClassInfo
SKU-tax class relationship to be set
See Also