totalTaxAmountMicros property

String? totalTaxAmountMicros
getter/setter pair

The sum of all taxes in invoice, in micros of the invoice's currency.

For example, if currency_code is USD, then 1000000 represents one US dollar.

Implementation

core.String? totalTaxAmountMicros;