Show / Hide Table of Contents

Class InvoiceSummary

Inheritance
object
InvoiceSummary
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.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
IList<InvoiceSummaryAdditionalChargeSummary>

ETag

The ETag of the item.

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

ProductTotal

[required] Total price for the product.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX