Show / Hide Table of Contents

Class HolidayCutoff

Inheritance
System.Object
HolidayCutoff
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 HolidayCutoff : IDirectResponseSchema

Properties

DeadlineDate

Date of the order deadline, in ISO 8601 format. E.g. "2016-11-29" for 29th November 2016. Required.

Declaration
[JsonProperty("deadlineDate")]
public virtual string DeadlineDate { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Int64>

DeadlineTimezone

Timezone identifier for the deadline hour. A list of identifiers can be found in the AdWords API documentation. E.g. "Europe/Zurich". Required.

Declaration
[JsonProperty("deadlineTimezone")]
public virtual string DeadlineTimezone { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

HolidayId

Unique identifier for the holiday. Required.

Declaration
[JsonProperty("holidayId")]
public virtual string HolidayId { get; set; }
Property Value
Type Description
System.String

VisibleFromDate

Date on which the deadline will become visible to consumers in ISO 8601 format. E.g. "2016-10-31" for 31st October 2016. Required.

Declaration
[JsonProperty("visibleFromDate")]
public virtual string VisibleFromDate { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top