Click or drag to resize
CustomerTaxClass Enumeration
Represents the type of customer from taxes point of view.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public enum CustomerTaxClass
Members
  Member nameValueDescription
Taxable0 Predefined customer tax class for taxable customers.
Exempt1 Predefined customer tax class for tax exempt customers.
See Also