Discontinued
A property indicating whether the selected tax is no longer in use.
Syntax
value = object.Discontinued
value = object.isDiscontinued()
object is a Tax or TaxControl instance.
value is a boolean variable.
Details
If the current tax is no longer in force, the value returned by this property will be true. The discontinued tax returns a TaxAmount of 0, and is generally kept in tables for at least one year before being removed altogether.