Show / Hide Table of Contents

Class ServiceStoreConfigCutoffConfig

Time local delivery ends for the day based on the local timezone of the store. local_cutoff_time and store_close_offset_hours are mutually exclusive.

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

Properties

ETag

The ETag of the item.

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

LocalCutoffTime

Time in hours and minutes in the local timezone when local delivery ends.

Declaration
[JsonProperty("localCutoffTime")]
public virtual ServiceStoreConfigCutoffConfigLocalCutoffTime LocalCutoffTime { get; set; }
Property Value
Type Description
ServiceStoreConfigCutoffConfigLocalCutoffTime

NoDeliveryPostCutoff

Merchants can opt-out of showing n+1 day local delivery when they have a shipping service configured to n day local delivery. For example, if the shipping service defines same-day delivery, and it's past the cut-off, setting this field to true results in the calculated shipping service rate returning NO_DELIVERY_POST_CUTOFF. In the same example, setting this field to false results in the calculated shipping time being one day. This is only for local delivery.

Declaration
[JsonProperty("noDeliveryPostCutoff")]
public virtual bool? NoDeliveryPostCutoff { get; set; }
Property Value
Type Description
bool?

StoreCloseOffsetHours

Represents cutoff time as the number of hours before store closing. Mutually exclusive with other fields (hour and minute).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX