Click or drag to resize
TaxClassCountryInfoProviderSetTaxClassCountryInfoInternal Method
Sets relationship between specified tax class and country.

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

Parameters

infoObj
Type: CMS.EcommerceTaxClassCountryInfo
Tax class-country relationship to be set
See Also