Show / Hide Table of Contents

Class OrderLineItemShippingDetails

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

Properties

DeliverByDate

Required. The delivery by date, in ISO 8601 format.

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

ETag

The ETag of the item.

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

Method

Required. Details of the shipping method.

Declaration
[JsonProperty("method")]
public virtual OrderLineItemShippingDetailsMethod Method { get; set; }
Property Value
Type Description
OrderLineItemShippingDetailsMethod

ShipByDate

Required. The ship by date, in ISO 8601 format.

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

Type

Type of shipment. Indicates whether deliveryDetails or pickupDetails is applicable for this shipment. Acceptable values are: - "delivery" - "pickup"

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

Implements

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