AccountSummary

  • The content represents a summarized view at the account level.

  • It includes various fields providing detailed financial breakdowns such as billing corrections, coupon adjustments, excess credit adjustments, regulatory costs, export charges, and total amounts, all measured in micros.

  • Each field provides output only information, including subtotals, tax amounts, and total amounts for specific categories.

  • The customer field identifies the associated account, while the total amount is the sum of the subtotal and tax amounts for the service period.

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.