Class TestOrderLineItem
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class TestOrderLineItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
Required. Product data from the time of the order placement.
Declaration
[JsonProperty("product")]
public virtual TestOrderLineItemProduct Product { get; set; }
Property Value
Type | Description |
---|---|
TestOrderLineItemProduct |
QuantityOrdered
Required. Number of items ordered.
Declaration
[JsonProperty("quantityOrdered")]
public virtual long? QuantityOrdered { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReturnInfo
Required. Details of the return policy for the line item.
Declaration
[JsonProperty("returnInfo")]
public virtual OrderLineItemReturnInfo ReturnInfo { get; set; }
Property Value
Type | Description |
---|---|
OrderLineItemReturnInfo |
ShippingDetails
Required. Details of the requested shipping for the line item.
Declaration
[JsonProperty("shippingDetails")]
public virtual OrderLineItemShippingDetails ShippingDetails { get; set; }
Property Value
Type | Description |
---|---|
OrderLineItemShippingDetails |