TaxExempt Property
Specifies the tax exempt status of the transaction.
Syntax
property TaxExempt: Tibplevel2TaxExempts;
Tibplevel2TaxExempts = ( teNotProvided, teTrue, teFalse );
Default Value
teNotProvided
Remarks
This property is used to specify whether the transaction is tax exempt.
The available values are:
- teNotProvided (0) (default)
- teTrue (1)
- teFalse (2)
Data Type
Integer