Show / Hide Table of Contents

Class DeliveryTime

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

Properties

CutoffTime

Business days cutoff time definition. If not configured, the cutoff time will be defaulted to 8AM PST. If local delivery, use Service.StoreConfig.CutoffConfig.

Declaration
[JsonProperty("cutoffTime")]
public virtual CutoffTime CutoffTime { get; set; }
Property Value
Type Description
CutoffTime

ETag

The ETag of the item.

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

HandlingBusinessDayConfig

The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.

Declaration
[JsonProperty("handlingBusinessDayConfig")]
public virtual BusinessDayConfig HandlingBusinessDayConfig { get; set; }
Property Value
Type Description
BusinessDayConfig

HolidayCutoffs

Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping.

Declaration
[JsonProperty("holidayCutoffs")]
public virtual IList<HolidayCutoff> HolidayCutoffs { get; set; }
Property Value
Type Description
IList<HolidayCutoff>

MaxHandlingTimeInDays

Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to minHandlingTimeInDays.

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

MaxTransitTimeInDays

Maximum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to minTransitTimeInDays.

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

MinHandlingTimeInDays

Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.

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

MinTransitTimeInDays

Minimum number of business days that are spent in transit. 0 means same day delivery, 1 means next day delivery. Either {min,max}TransitTimeInDays or transitTimeTable must be set, but not both.

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

TransitBusinessDayConfig

The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.

Declaration
[JsonProperty("transitBusinessDayConfig")]
public virtual BusinessDayConfig TransitBusinessDayConfig { get; set; }
Property Value
Type Description
BusinessDayConfig

TransitTimeTable

Transit time table, number of business days spent in transit based on row and column dimensions. Either {min,max}TransitTimeInDays or transitTimeTable can be set, but not both.

Declaration
[JsonProperty("transitTimeTable")]
public virtual TransitTable TransitTimeTable { get; set; }
Property Value
Type Description
TransitTable

WarehouseBasedDeliveryTimes

Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in DeliveryTime should be set.

Declaration
[JsonProperty("warehouseBasedDeliveryTimes")]
public virtual IList<WarehouseBasedDeliveryTime> WarehouseBasedDeliveryTimes { get; set; }
Property Value
Type Description
IList<WarehouseBasedDeliveryTime>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX