Show / Hide Table of Contents

Class HandlingCutoffTime

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

Inheritance
object
HandlingCutoffTime
Implements
IMessage<HandlingCutoffTime>
IEquatable<HandlingCutoffTime>
IDeepCloneable<HandlingCutoffTime>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class HandlingCutoffTime : IMessage<HandlingCutoffTime>, IEquatable<HandlingCutoffTime>, IDeepCloneable<HandlingCutoffTime>, IBufferMessage, IMessage

Constructors

HandlingCutoffTime()

Declaration
public HandlingCutoffTime()

HandlingCutoffTime(HandlingCutoffTime)

Declaration
public HandlingCutoffTime(HandlingCutoffTime other)
Parameters
Type Name Description
HandlingCutoffTime other

Properties

Country

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

Declaration
public 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
public 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
public 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
public bool DisableDeliveryAfterCutoff { get; set; }
Property Value
Type Description
bool

HasCountry

Gets whether the "country" field is set

Declaration
public bool HasCountry { get; }
Property Value
Type Description
bool

HasCutoffTime

Gets whether the "cutoff_time" field is set

Declaration
public bool HasCutoffTime { get; }
Property Value
Type Description
bool

HasCutoffTimezone

Gets whether the "cutoff_timezone" field is set

Declaration
public bool HasCutoffTimezone { get; }
Property Value
Type Description
bool

HasDisableDeliveryAfterCutoff

Gets whether the "disable_delivery_after_cutoff" field is set

Declaration
public bool HasDisableDeliveryAfterCutoff { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX