TaxClassCountryInfoProviderSetCountryTaxValue Method |
Sets tax value defined for specified country.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax 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