TaxClassCountryInfoProviderCopyCountryTaxesInternal Method |
Copies country-specific tax values from global another country.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void CopyCountryTaxesInternal(
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