Click or drag to resize
TaxClassCountryInfoProviderSetCountryTaxValue Method
Sets tax value defined for specified country.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void SetCountryTaxValue(
	int countryId,
	int taxClassId,
	decimal value
)

Parameters

countryId
Type: SystemInt32
Country ID
taxClassId
Type: SystemInt32
Tax class ID
value
Type: SystemDecimal
Tax rate
See Also