Class InvoiceSummary
Inheritance
System.Object
InvoiceSummary
Implements
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_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.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> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProductTotal
[required] Total price for the product.
Declaration
[JsonProperty("productTotal")]
public virtual Amount ProductTotal { get; set; }
Property Value
Type | Description |
---|---|
Amount |