Show / Hide Table of Contents

Class CutoffConfig

Configs related to local delivery ends for the day.

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

Properties

ETag

The ETag of the item.

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

LocalCutoffTime

Time that local delivery ends for the day.

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

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

Only valid with local delivery fulfillment. Represents cutoff time as the number of hours before store closing. Mutually exclusive with local_cutoff_time.

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