Show / Hide Table of Contents

Class HandlingCutoffTime

Configuration for offer or offer-country level shipping handling cutoff time.

Inheritance
object
HandlingCutoffTime
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.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class HandlingCutoffTime : IDirectResponseSchema

Properties

Country

The CLDR territory code of the country to which the handling cutoff time applies.

Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type Description
string

CutoffTime

The handling cutoff time until which an order has to be placed to be processed in the same day. This is a string in format of HHMM (e.g. 1530) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST.

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

CutoffTimezone

Timezone identifier For example 'Europe/Zurich'. If not set, the shipping destination timezone will be used.

Declaration
[JsonProperty("cutoffTimezone")]
public virtual string CutoffTimezone { get; set; }
Property Value
Type Description
string

DisableDeliveryAfterCutoff

This field only applies to same-day delivery. If true, prevents next-day delivery from being shown for this offer after the cutoff time. This field only applies to same-day delivery offers, for merchants who want to explicitly disable it.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX