Class OrderLineItemShippingDetails
Implements
Inherited Members
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 |