TaxExempt Property
Specifies the tax exempt status of the transaction.
Syntax
int GetTaxExempt();
int SetTaxExempt(int iTaxExempt);
Possible Values
TE_NOT_PROVIDED(0), TE_TRUE(1), TE_FALSE(2)
Default Value
0
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