Click or drag to resize
TaxClassStateInfoProviderSetTaxClassStateInfoInternal Method
Sets relationship between specified tax class and state.

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

Parameters

infoObj
Type: CMS.EcommerceTaxClassStateInfo
Tax class-state relationship to be set
See Also