>>.NET

RoundingOptional Property

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

Syntax

value = object.RoundingOptional

Part
Description
objectA Tax object
valueA boolean result

Remarks

If the selected tax may be rounded to the nearest dollar amount, the value returned by RoundingOptional will be True. Otherwise, the value returned is False. If the RoundWhenOptional property is set to True, this tax will be rounded to the nearest dollar during computation.

See Also: RoundWhenOptional RoundingRequired