Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary

Represents a summarized view at account level.

Inheritance
object
GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary : IDirectResponseSchema

Properties

AdjustmentSummaries

Output only. The list of adjustment information associated with this account.

Declaration
[JsonProperty("adjustmentSummaries")]
public virtual IList<GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary> AdjustmentSummaries { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary>

BillingCorrectionSubtotalAmountMicros

Output only. Pretax billing correction subtotal amount, in micros.

Declaration
[JsonProperty("billingCorrectionSubtotalAmountMicros")]
public virtual long? BillingCorrectionSubtotalAmountMicros { get; set; }
Property Value
Type Description
long?

BillingCorrectionTaxAmountMicros

Output only. Tax on billing correction, in micros.

Declaration
[JsonProperty("billingCorrectionTaxAmountMicros")]
public virtual long? BillingCorrectionTaxAmountMicros { get; set; }
Property Value
Type Description
long?

BillingCorrectionTotalAmountMicros

Output only. Total billing correction amount, in micros.

Declaration
[JsonProperty("billingCorrectionTotalAmountMicros")]
public virtual long? BillingCorrectionTotalAmountMicros { get; set; }
Property Value
Type Description
long?

CouponAdjustmentSubtotalAmountMicros

Output only. Pretax coupon adjustment subtotal amount, in micros.

Declaration
[JsonProperty("couponAdjustmentSubtotalAmountMicros")]
public virtual long? CouponAdjustmentSubtotalAmountMicros { get; set; }
Property Value
Type Description
long?

CouponAdjustmentTaxAmountMicros

Output only. Tax on coupon adjustment, in micros.

Declaration
[JsonProperty("couponAdjustmentTaxAmountMicros")]
public virtual long? CouponAdjustmentTaxAmountMicros { get; set; }
Property Value
Type Description
long?

CouponAdjustmentTotalAmountMicros

Output only. Total coupon adjustment amount, in micros.

Declaration
[JsonProperty("couponAdjustmentTotalAmountMicros")]
public virtual long? CouponAdjustmentTotalAmountMicros { get; set; }
Property Value
Type Description
long?

Customer

Output only. The account associated with the account summary.

Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcessCreditAdjustmentSubtotalAmountMicros

Output only. Pretax excess credit adjustment subtotal amount, in micros.

Declaration
[JsonProperty("excessCreditAdjustmentSubtotalAmountMicros")]
public virtual long? ExcessCreditAdjustmentSubtotalAmountMicros { get; set; }
Property Value
Type Description
long?

ExcessCreditAdjustmentTaxAmountMicros

Output only. Tax on excess credit adjustment, in micros.

Declaration
[JsonProperty("excessCreditAdjustmentTaxAmountMicros")]
public virtual long? ExcessCreditAdjustmentTaxAmountMicros { get; set; }
Property Value
Type Description
long?

ExcessCreditAdjustmentTotalAmountMicros

Output only. Total excess credit adjustment amount, in micros.

Declaration
[JsonProperty("excessCreditAdjustmentTotalAmountMicros")]
public virtual long? ExcessCreditAdjustmentTotalAmountMicros { get; set; }
Property Value
Type Description
long?

ExportChargeSubtotalAmountMicros

Output only. Pretax export charge subtotal amount, in micros.

Declaration
[JsonProperty("exportChargeSubtotalAmountMicros")]
public virtual long? ExportChargeSubtotalAmountMicros { get; set; }
Property Value
Type Description
long?

ExportChargeTaxAmountMicros

Output only. Tax on export charge, in micros.

Declaration
[JsonProperty("exportChargeTaxAmountMicros")]
public virtual long? ExportChargeTaxAmountMicros { get; set; }
Property Value
Type Description
long?

ExportChargeTotalAmountMicros

Output only. Total export charge amount, in micros.

Declaration
[JsonProperty("exportChargeTotalAmountMicros")]
public virtual long? ExportChargeTotalAmountMicros { get; set; }
Property Value
Type Description
long?

RegulatoryCostSummaries

Output only. The list of regulatory cost information associated with this account.

Declaration
[JsonProperty("regulatoryCostSummaries")]
public virtual IList<GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary> RegulatoryCostSummaries { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary>

RegulatoryCostsSubtotalAmountMicros

Output only. Pretax regulatory costs subtotal amount, in micros.

Declaration
[JsonProperty("regulatoryCostsSubtotalAmountMicros")]
public virtual long? RegulatoryCostsSubtotalAmountMicros { get; set; }
Property Value
Type Description
long?

RegulatoryCostsTaxAmountMicros

Output only. Tax on regulatory costs, in micros.

Declaration
[JsonProperty("regulatoryCostsTaxAmountMicros")]
public virtual long? RegulatoryCostsTaxAmountMicros { get; set; }
Property Value
Type Description
long?

RegulatoryCostsTotalAmountMicros

Output only. Total regulatory costs amount, in micros.

Declaration
[JsonProperty("regulatoryCostsTotalAmountMicros")]
public virtual long? RegulatoryCostsTotalAmountMicros { get; set; }
Property Value
Type Description
long?

SubtotalAmountMicros

Output only. Total pretax subtotal amount attributable to the account during the service period, in micros.

Declaration
[JsonProperty("subtotalAmountMicros")]
public virtual long? SubtotalAmountMicros { get; set; }
Property Value
Type Description
long?

TaxAmountMicros

Output only. Total tax amount attributable to the account during the service period, in micros.

Declaration
[JsonProperty("taxAmountMicros")]
public virtual long? TaxAmountMicros { get; set; }
Property Value
Type Description
long?

TotalAmountMicros

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.

Declaration
[JsonProperty("totalAmountMicros")]
public virtual long? TotalAmountMicros { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX