Show / Hide Table of Contents

Class HolidaysHoliday

Inheritance
object
HolidaysHoliday
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class HolidaysHoliday : IDirectResponseSchema

Properties

CountryCode

The CLDR territory code of the country in which the holiday is available. For example, "US", "DE", "GB". A holiday cutoff can only be configured in a shipping settings service with matching delivery country. Always present.

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

Date

Date of the holiday, in ISO 8601 format. For example, "2016-12-25" for Christmas 2016. Always present.

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

DeliveryGuaranteeDate

Date on which the order has to arrive at the customer's, in ISO 8601 format. For example, "2016-12-24" for 24th December 2016. Always present.

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

DeliveryGuaranteeHour

Hour of the day in the delivery location's timezone on the guaranteed delivery date by which the order has to arrive at the customer's. Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Always present.

Declaration
[JsonProperty("deliveryGuaranteeHour")]
public virtual ulong? DeliveryGuaranteeHour { get; set; }
Property Value
Type Description
ulong?

ETag

The ETag of the item.

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

Id

Unique identifier for the holiday to be used when configuring holiday cutoffs. Always present.

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

Type

The holiday type. Always present. Acceptable values are: - "Christmas" - "Easter" - "Father's Day" - "Halloween" - "Independence Day (USA)" - "Mother's Day" - "Thanksgiving" - "Valentine's Day"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX