>>Java

RoundingRequired Property

Indicates whether the selected tax has been rounded to the nearest dollar amount (read-only).

Syntax

value = object.isRoundingRequired()

Part
Description
objectA Tax object
valueA boolean result

Remarks

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. The RoundingRequired property is available so that the developer can query whether the calculated value has been rounded.

See Also: RoundingOptional