Class HolidayCutoff
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class HolidayCutoff : IDirectResponseSchema
Properties
DeadlineDate
Date of the order deadline, in ISO 8601 format. For example, "2016-11-29" for 29th November 2016. Required.
Declaration
[JsonProperty("deadlineDate")]
public virtual string DeadlineDate { get; set; }
Property Value
Type | Description |
---|---|
string |
DeadlineHour
Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.
Declaration
[JsonProperty("deadlineHour")]
public virtual long? DeadlineHour { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeadlineTimezone
Timezone identifier for the deadline hour (for example, "Europe/Zurich"). List of identifiers. Required.
Declaration
[JsonProperty("deadlineTimezone")]
public virtual string DeadlineTimezone { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HolidayId
Unique identifier for the holiday. Required.
Declaration
[JsonProperty("holidayId")]
public virtual string HolidayId { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleFromDate
Date on which the deadline will become visible to consumers in ISO 8601 format. For example, "2016-10-31" for 31st October 2016. Required.
Declaration
[JsonProperty("visibleFromDate")]
public virtual string VisibleFromDate { get; set; }
Property Value
Type | Description |
---|---|
string |