Click or drag to resize
TaxClassCountryInfoProviderGetTaxClassCountryInfo Method
Returns relationship between specified tax class and country.

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

Parameters

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

Return Value

Type: TaxClassCountryInfo
See Also