Click or drag to resize
TaxClassStateInfoProviderCopyStateTaxesInternal Method (Int32, Int32)
Copies state-specific tax values from another tax class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void CopyStateTaxesInternal(
	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