Class Service.Types.StoreConfig.Types.CutoffConfig.Types.LocalCutoffTime
Time that local delivery ends for the day.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |