taxAmountMicros property

String? taxAmountMicros
getter/setter pair

The amount of tax applied to charges under this budget, in micros of the invoice's currency.

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

Implementation

core.String? taxAmountMicros;