Show / Hide Table of Contents

Class WarehouseCutoffTime

The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.

Inheritance
object
WarehouseCutoffTime
Implements
IMessage<WarehouseCutoffTime>
IEquatable<WarehouseCutoffTime>
IDeepCloneable<WarehouseCutoffTime>
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 WarehouseCutoffTime : IMessage<WarehouseCutoffTime>, IEquatable<WarehouseCutoffTime>, IDeepCloneable<WarehouseCutoffTime>, IBufferMessage, IMessage

Constructors

WarehouseCutoffTime()

Declaration
public WarehouseCutoffTime()

WarehouseCutoffTime(WarehouseCutoffTime)

Declaration
public WarehouseCutoffTime(WarehouseCutoffTime other)
Parameters
Type Name Description
WarehouseCutoffTime 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

Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Hour is based on the timezone of warehouse.

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

Minute

Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day by the warehouse. Minute is based on the timezone of warehouse.

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