Level2TaxIndicator Property
This property indicates the taxable status of the transaction.
Syntax
fdmsrcretailcontrol.Level2TaxIndicator[=integer]
Possible Values
tiUnspecified(0), tiNotProvided(1), tiProvided(2), tiExempt(3)
Default Value
0
Remarks
This property indicates the taxable status of the transaction. Possible values are:
0 (tiUnspecified - default) | Unspecified - no value is sent in the request |
1 (tiNotProvided) | No tax information provided |
2 (tiProvided) | Tax amount is provided |
3 (tiExempt) | Purchase item is tax exempt or non-taxable |
Data Type
Integer