transactionTax property

set transactionTax (double? value)

Implementation

set transactionTax(final double? value) => _put("&tt", value.toString());