Click or drag to resize
TaxClassCountryInfoProviderCopyCountryTaxes Method
Copies country-specific tax values from global another country.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void CopyCountryTaxes(
	int srcTaxClassId,
	int dstTaxClassId
)

Parameters

srcTaxClassId
Type: SystemInt32
ID of the tax class used as source
dstTaxClassId
Type: SystemInt32
ID of the tax class used as destination
See Also