Show / Hide Table of Contents

Class Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime

Time that local delivery ends for the day.

Inheritance
object
Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime
Implements
IMessage<Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime>
IEquatable<Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime>
IDeepCloneable<Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime : IMessage<Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime>, IEquatable<Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime>, IDeepCloneable<Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime>, IBufferMessage, IMessage

Constructors

LocalCutoffTime()

Declaration
public LocalCutoffTime()

LocalCutoffTime(LocalCutoffTime)

Declaration
public LocalCutoffTime(Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime other)
Parameters
Type Name Description
Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime other

Properties

HasHour

Gets whether the "hour" field is set

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

HasMinute

Gets whether the "minute" field is set

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

Hour

Hour local delivery orders must be placed by to process the same day.

Declaration
public long Hour { get; set; }
Property Value
Type Description
long

Minute

Minute local delivery orders must be placed by to process the same day.

Declaration
public long Minute { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX