Click or drag to resize
ICustomerTaxClassService Interface
Defines the contract for classes responsible for the categorization of customers into customer tax classes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public interface ICustomerTaxClassService

The ICustomerTaxClassService type exposes the following members.

Methods
  NameDescription
Public methodGetTaxClass
Returns a CustomerTaxClass for the specified customer. The default value is Taxable
Top
See Also