Click or drag to resize
SKUTaxClassInfoProviderSetSKUTaxClassInfoInternal 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#
protected virtual void SetSKUTaxClassInfoInternal(
	SKUTaxClassInfo infoObj
)

Parameters

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