TaxClassStateInfoProviderRemoveStateTaxValue Method |
Removes tax value defined for specified state.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static void RemoveStateTaxValue(
int taxClassId,
int stateId
)
Parameters
- taxClassId
- Type: SystemInt32
Tax class ID - stateId
- Type: SystemInt32
State ID
See Also