TaxClassStateInfoProvider.GetTaxClassStateInfoInternal Method |
Returns relationship between specified tax class and state.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax protected virtual TaxClassStateInfo GetTaxClassStateInfoInternal(
int taxClassId,
int stateId
)
Parameters
- taxClassId
- Type: System.Int32
Tax class ID - stateId
- Type: System.Int32
State ID
Return Value
Type:
TaxClassStateInfoSee Also