totalAmountMicros property

String? totalAmountMicros
getter/setter pair

The total amount, in micros.

This equals the sum of Invoice.subtotal_amount_micros, Invoice.tax_amount_micros, Invoice.regulatory_costs_subtotal_amount_micros, and Invoice.export_charge_subtotal_amount_micros (which is separated into a separate line item starting with V14.1).

Output only.

Implementation

core.String? totalAmountMicros;