TaxExempt Property
Specifies the tax exempt status of the transaction.
Syntax
public int getTaxExempt(); public void setTaxExempt(int taxExempt);
Enumerated values: public final static int teNotProvided = 0; public final static int teTrue = 1; public final static int teFalse = 2;
Remarks
This property is used to specify whether the transaction is tax exempt.
The available values are:
- teNotProvided (0) (default)
- teTrue (1)
- teFalse (2)
Default Value
0