taxes property

Map<String, double>? taxes
getter/setter pair

All the taxes associated with the transaction.

Optional.

Implementation

core.Map<core.String, core.double>? taxes;