Level2IsTaxExempt Property
Identifies the characteristics of the amount appearing in TaxAmount and allows you to indicate whether the purchasing card qualifies for tax-exempt status.
Syntax
__property bool Level2IsTaxExempt = {read=FLevel2IsTaxExempt, write=FSetLevel2IsTaxExempt, default=false};
Default Value
false
Remarks
Identifies the characteristics of the amount appearing in Level2TaxAmount and allows you to indicate whether the purchasing card qualifies for tax-exempt status.
When set to "True", the purchasing card will be indicated as being tax-exempt. When set to "False", the amount of Level2TaxAmount will be indicated as being Local Sales Tax.
Note: This property cannot be set to "True" if there is a Level2TaxAmount set.
Data Type
Boolean