TaxClassCountryInfoProviderRemoveCountryTaxValue Method |
Removes tax value defined for specified country.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax public static void RemoveCountryTaxValue(
int countryId,
int taxClassId
)
Parameters
- countryId
- Type: SystemInt32
Country ID - taxClassId
- Type: SystemInt32
Tax class ID
See Also