Class WarehouseCutoffTime
Inheritance
System.Object
WarehouseCutoffTime
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class WarehouseCutoffTime : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Hour
Required. Hour (24-hour clock) 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
[JsonProperty("hour")]
public virtual int? Hour { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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
[JsonProperty("minute")]
public virtual int? Minute { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Implements
Google.Apis.Requests.IDirectResponseSchema