TaxClassCountryInfoProviderGetTaxClassCountryInfo Method |
Returns relationship between specified tax class and country.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static TaxClassCountryInfo GetTaxClassCountryInfo(
int countryId,
int taxClassId
)
Parameters
- countryId
- Type: SystemInt32
Country ID - taxClassId
- Type: SystemInt32
Tax class ID
Return Value
Type:
TaxClassCountryInfoSee Also