Show / Hide Table of Contents

Class OrderLineItemShippingDetails

Inheritance
object
OrderLineItemShippingDetails
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 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
string

ETag

The ETag of the item.

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

Method

Required. Details of the shipping method.

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

PickupPromiseInMinutes

The promised time in minutes in which the order will be ready for pickup. This only applies to buy-online-pickup-in-store same-day order.

Declaration
[JsonProperty("pickupPromiseInMinutes")]
public virtual long? PickupPromiseInMinutes { get; set; }
Property Value
Type Description
long?

ShipByDate

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX