Show / Hide Table of Contents

Class CutoffTime

Business days cutoff time definition.

Inheritance
object
CutoffTime
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 CutoffTime : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Hour

Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day.

Declaration
[JsonProperty("hour")]
public virtual 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.

Declaration
[JsonProperty("minute")]
public virtual int? Minute { get; set; }
Property Value
Type Description
int?

TimeZone

Required. Timezone identifier For example "Europe/Zurich".

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX