Class CutoffTime
Business days cutoff time definition.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |