TaxClassStateInfoProviderCopyStateTaxes Method (Int32, Int32, Int32) |
Copies state-specific tax values from another country.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void CopyStateTaxes(
int srcTaxClassId,
int dstTaxClassId,
int countryId
)
Parameters
- srcTaxClassId
- Type: SystemInt32
Id of the tax class used as source - dstTaxClassId
- Type: SystemInt32
Id of the tax class used as destination - countryId
- Type: SystemInt32
Id of the country which states should be copied
See Also