Skip to content

RoundingRequired

If the tax must be rounded to the nearest dollar amount, the value returned by this property will be true. Otherwise, the value returned is false.

Note: The TaxAmount property will automatically round calculations of taxes for which the RoundingRequired property returns true. The developer does not need to do any further rounding. This property is available so that the developer can query whether the calculated value has been rounded.

Syntax

value = object.

Part Description
object A Tax object.
value A boolean result.