DepartmentTaxClassInfoProviderGetDepartmentTaxClassInfo Method |
Returns relationship between specified department and tax class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static DepartmentTaxClassInfo GetDepartmentTaxClassInfo(
int departmentId,
int taxClassId
)
Parameters
- departmentId
- Type: SystemInt32
Department ID - taxClassId
- Type: SystemInt32
Tax class ID
Return Value
Type:
DepartmentTaxClassInfoSee Also