Click or drag to resize
TaxClassStateInfoProviderRemoveStateTaxValue Method
Removes tax value defined for specified state.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void RemoveStateTaxValue(
	int taxClassId,
	int stateId
)

Parameters

taxClassId
Type: SystemInt32
Tax class ID
stateId
Type: SystemInt32
State ID
See Also