Class InvoiceSummary
Implements
Inherited Members
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 |