Click or drag to resize
TaxClassCountryInfoProviderRemoveCountryTaxValue Method
Removes tax value defined for specified country.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void RemoveCountryTaxValue(
	int countryId,
	int taxClassId
)

Parameters

countryId
Type: SystemInt32
Country ID
taxClassId
Type: SystemInt32
Tax class ID
See Also