Show / Hide Table of Contents

Class OrderinvoicesCreateChargeInvoiceRequest

Inheritance
object
OrderinvoicesCreateChargeInvoiceRequest
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 OrderinvoicesCreateChargeInvoiceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InvoiceId

[required] The ID of the invoice.

Declaration
[JsonProperty("invoiceId")]
public virtual string InvoiceId { get; set; }
Property Value
Type Description
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
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX