TaxClassCountryInfoProviderDeleteTaxClassCountryInfo Method |
Deletes relationship between specified tax class and country.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static void DeleteTaxClassCountryInfo(
TaxClassCountryInfo infoObj
)
Parameters
- infoObj
- Type: CMS.EcommerceTaxClassCountryInfo
Tax class-country relationship to be deleted
See Also