CustomerTaxClassIsTaxExempt Method |
Returns true if this class of customer is exempt from given tax class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public abstract bool IsTaxExempt(
TaxClassInfo taxClass
)
Parameters
- taxClass
- Type: CMS.EcommerceTaxClassInfo
Tax class which exemption is examined.
Return Value
Type:
BooleanSee Also