Show / Hide Table of Contents

Class OrderinvoicesCreateChargeInvoiceRequest

Inheritance
System.Object
OrderinvoicesCreateChargeInvoiceRequest
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 OrderinvoicesCreateChargeInvoiceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InvoiceId

[required] The ID of the invoice.

Declaration
[JsonProperty("invoiceId")]
public virtual string InvoiceId { get; set; }
Property Value
Type Description
System.String

InvoiceSummary

[required] Invoice summary.

Declaration
[JsonProperty("invoiceSummary")]
public virtual InvoiceSummary InvoiceSummary { get; set; }
Property Value
Type Description
InvoiceSummary

LineItemInvoices

[required] Invoice details per line item.

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

OperationId

[required] The ID of the operation, unique across all operations for a given order.

Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Type Description
System.String

ShipmentGroupId

[required] ID of the shipment group. It is assigned by the merchant in the shipLineItems method and is used to group multiple line items that have the same kind of shipping charges.

Declaration
[JsonProperty("shipmentGroupId")]
public virtual string ShipmentGroupId { get; set; }
Property Value
Type Description
System.String

Implements

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