content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime Class Reference
Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual CutoffTime CutoffTime [get, set]
 Business days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST. More...
 
virtual BusinessDayConfig HandlingBusinessDayConfig [get, set]
 The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed. More...
 
virtual System.Collections.Generic.IList< HolidayCutoffHolidayCutoffs [get, set]
 Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping. More...
 
virtual System.Nullable< long > MaxHandlingTimeInDays [get, set]
 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. More...
 
virtual System.Nullable< long > MaxTransitTimeInDays [get, set]
 Maximum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to minTransitTimeInDays. More...
 
virtual System.Nullable< long > MinHandlingTimeInDays [get, set]
 Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. More...
 
virtual System.Nullable< long > MinTransitTimeInDays [get, set]
 Minimum number of business days that is 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. More...
 
virtual BusinessDayConfig TransitBusinessDayConfig [get, set]
 The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed. More...
 
virtual TransitTable TransitTimeTable [get, set]
 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. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ CutoffTime

virtual CutoffTime Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.CutoffTime
getset

Business days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST.

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.ETag
getset

The ETag of the item.

◆ HandlingBusinessDayConfig

virtual BusinessDayConfig Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.HandlingBusinessDayConfig
getset

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

◆ HolidayCutoffs

virtual System.Collections.Generic.IList<HolidayCutoff> Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.HolidayCutoffs
getset

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

◆ MaxHandlingTimeInDays

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.MaxHandlingTimeInDays
getset

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.

◆ MaxTransitTimeInDays

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.MaxTransitTimeInDays
getset

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

◆ MinHandlingTimeInDays

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.MinHandlingTimeInDays
getset

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

◆ MinTransitTimeInDays

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.MinTransitTimeInDays
getset

Minimum number of business days that is 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.

◆ TransitBusinessDayConfig

virtual BusinessDayConfig Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.TransitBusinessDayConfig
getset

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

◆ TransitTimeTable

virtual TransitTable Google.Apis.ShoppingContent.v2_1.Data.DeliveryTime.TransitTimeTable
getset

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.


The documentation for this class was generated from the following file: