RoundWhenOptional
A property indicating whether the selected tax should be rounded to the nearest dollar amount.
Syntax
value = object.RoundingOptional
value = object.isRoundingOptional()
object is a TaxControl instance.
value is a boolean variable.
Details
Setting this property to true causes all taxes which may be rounded (the RoundingOptional property is true) to be rounded to the nearest dollar amount automatically after calculation. If rounding is required for a tax, the calculation will be rounded regardless of this property setting.