Click or drag to resize
TaxClassCountryInfoProvider.DeleteTaxClassCountryInfoInternal Method
Deletes 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 DeleteTaxClassCountryInfoInternal(
	TaxClassCountryInfo infoObj
)

Parameters

infoObj
Type: CMS.Ecommerce.TaxClassCountryInfo
Tax class-country relationship to be deleted
See Also