Click or drag to resize
TaxClassStateInfoProviderGetTaxClassStateInfoInternal 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#
protected virtual TaxClassStateInfo GetTaxClassStateInfoInternal(
	int taxClassId,
	int stateId
)

Parameters

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

Return Value

Type: TaxClassStateInfo
See Also