Show / Hide Table of Contents

Class CutoffTime

Business days cutoff time definition.

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

Constructors

CutoffTime()

Declaration
public CutoffTime()

CutoffTime(CutoffTime)

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

HasTimeZone

Gets whether the "time_zone" field is set

Declaration
public bool HasTimeZone { 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.

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.

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

TimeZone

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

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