TaxClassStateInfoProviderCopyStateTaxesInternal Method (Int32, Int32) |
Copies state-specific tax values from another tax class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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