Show / Hide Table of Contents

Class InvoiceSummary

Inheritance
System.Object
InvoiceSummary
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class InvoiceSummary : IDirectResponseSchema

Properties

AdditionalChargeSummaries

Summary of the total amounts of the additional charges.

Declaration
[JsonProperty("additionalChargeSummaries")]
public virtual IList<InvoiceSummaryAdditionalChargeSummary> AdditionalChargeSummaries { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<InvoiceSummaryAdditionalChargeSummary>

CustomerBalance

Deprecated.

Declaration
[JsonProperty("customerBalance")]
public virtual Amount CustomerBalance { get; set; }
Property Value
Type Description
Amount

ETag

The ETag of the item.

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

GoogleBalance

Deprecated.

Declaration
[JsonProperty("googleBalance")]
public virtual Amount GoogleBalance { get; set; }
Property Value
Type Description
Amount

MerchantBalance

Deprecated.

Declaration
[JsonProperty("merchantBalance")]
public virtual Amount MerchantBalance { get; set; }
Property Value
Type Description
Amount

ProductTotal

[required] Total price for the product.

Declaration
[JsonProperty("productTotal")]
public virtual Amount ProductTotal { get; set; }
Property Value
Type Description
Amount

PromotionSummaries

Deprecated.

Declaration
[JsonProperty("promotionSummaries")]
public virtual IList<Promotion> PromotionSummaries { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Promotion>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top