AccountSummary
Stay organized with collections
Save and categorize content based on your preferences.
Represents a summarized view at account level.
Fields |
customer
|
string
Output only. The account associated with the account summary.
|
billing_correction_subtotal_amount_micros
|
int64
Output only. Pretax billing correction subtotal amount, in micros.
|
billing_correction_tax_amount_micros
|
int64
Output only. Tax on billing correction, in micros.
|
billing_correction_total_amount_micros
|
int64
Output only. Total billing correction amount, in micros.
|
coupon_adjustment_subtotal_amount_micros
|
int64
Output only. Pretax coupon adjustment subtotal amount, in micros.
|
coupon_adjustment_tax_amount_micros
|
int64
Output only. Tax on coupon adjustment, in micros.
|
coupon_adjustment_total_amount_micros
|
int64
Output only. Total coupon adjustment amount, in micros.
|
excess_credit_adjustment_subtotal_amount_micros
|
int64
Output only. Pretax excess credit adjustment subtotal amount, in micros.
|
excess_credit_adjustment_tax_amount_micros
|
int64
Output only. Tax on excess credit adjustment, in micros.
|
excess_credit_adjustment_total_amount_micros
|
int64
Output only. Total excess credit adjustment amount, in micros.
|
regulatory_costs_subtotal_amount_micros
|
int64
Output only. Pretax regulatory costs subtotal amount, in micros.
|
regulatory_costs_tax_amount_micros
|
int64
Output only. Tax on regulatory costs, in micros.
|
regulatory_costs_total_amount_micros
|
int64
Output only. Total regulatory costs amount, in micros.
|
export_charge_subtotal_amount_micros
|
int64
Output only. Pretax export charge subtotal amount, in micros.
|
export_charge_tax_amount_micros
|
int64
Output only. Tax on export charge, in micros.
|
export_charge_total_amount_micros
|
int64
Output only. Total export charge amount, in micros.
|
subtotal_amount_micros
|
int64
Output only. Total pretax subtotal amount attributable to the account during the service period, in micros.
|
tax_amount_micros
|
int64
Output only. Total tax amount attributable to the account during the service period, in micros.
|
total_amount_micros
|
int64
Output only. Total amount attributable to the account during the service period, in micros. This equals the sum of the subtotal_amount_micros and tax_amount_micros.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# AccountSummary\n\nRepresents a summarized view at account level.\n\n| Fields ||\n|-------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `customer` | `string` Output only. The account associated with the account summary. |\n| ### `billing_correction_subtotal_amount_micros` | `int64` Output only. Pretax billing correction subtotal amount, in micros. |\n| ### `billing_correction_tax_amount_micros` | `int64` Output only. Tax on billing correction, in micros. |\n| ### `billing_correction_total_amount_micros` | `int64` Output only. Total billing correction amount, in micros. |\n| ### `coupon_adjustment_subtotal_amount_micros` | `int64` Output only. Pretax coupon adjustment subtotal amount, in micros. |\n| ### `coupon_adjustment_tax_amount_micros` | `int64` Output only. Tax on coupon adjustment, in micros. |\n| ### `coupon_adjustment_total_amount_micros` | `int64` Output only. Total coupon adjustment amount, in micros. |\n| ### `excess_credit_adjustment_subtotal_amount_micros` | `int64` Output only. Pretax excess credit adjustment subtotal amount, in micros. |\n| ### `excess_credit_adjustment_tax_amount_micros` | `int64` Output only. Tax on excess credit adjustment, in micros. |\n| ### `excess_credit_adjustment_total_amount_micros` | `int64` Output only. Total excess credit adjustment amount, in micros. |\n| ### `regulatory_costs_subtotal_amount_micros` | `int64` Output only. Pretax regulatory costs subtotal amount, in micros. |\n| ### `regulatory_costs_tax_amount_micros` | `int64` Output only. Tax on regulatory costs, in micros. |\n| ### `regulatory_costs_total_amount_micros` | `int64` Output only. Total regulatory costs amount, in micros. |\n| ### `export_charge_subtotal_amount_micros` | `int64` Output only. Pretax export charge subtotal amount, in micros. |\n| ### `export_charge_tax_amount_micros` | `int64` Output only. Tax on export charge, in micros. |\n| ### `export_charge_total_amount_micros` | `int64` Output only. Total export charge amount, in micros. |\n| ### `subtotal_amount_micros` | `int64` Output only. Total pretax subtotal amount attributable to the account during the service period, in micros. |\n| ### `tax_amount_micros` | `int64` Output only. Total tax amount attributable to the account during the service period, in micros. |\n| ### `total_amount_micros` | `int64` Output only. Total amount attributable to the account during the service period, in micros. This equals the sum of the subtotal_amount_micros and tax_amount_micros. |"]]