Click or drag to resize
ShippingOptionTaxClassInfoProviderSetShippingOptionTaxClassInfoInternal Method
Sets relationship between specified shipping option and tax class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetShippingOptionTaxClassInfoInternal(
	ShippingOptionTaxClassInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceShippingOptionTaxClassInfo
Shipping option-tax class relationship to be set
See Also