Click or drag to resize
CustomerTaxClass Class
Represents the type of customer from taxes point of view.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceCustomerTaxClass

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public abstract class CustomerTaxClass

The CustomerTaxClass type exposes the following members.

Constructors
  NameDescription
Protected methodCustomerTaxClass
Top
Fields
  NameDescription
Public fieldStatic memberExempt
Predefined customer tax class for tax exempt customers.
Public fieldStatic memberTaxable
Predefined customer tax class for taxable customers.
Top
Methods
  NameDescription
Public methodIsTaxExempt
Returns true if this class of customer is exempt from given tax class.
Top
See Also