Click or drag to resize
TaxClassStateInfoProviderGetTaxClassStateInfo Method
Returns relationship between specified tax class and state.

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

Parameters

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

Return Value

Type: TaxClassStateInfo
See Also