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