Show / Hide Table of Contents

Class SeasonalOverride

Inheritance
object
SeasonalOverride
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.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class SeasonalOverride : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndDate

Required. seasonal override end date (inclusive).

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

Label

Required. Display name of this seasonal override in Merchant Center.

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

ReturnDays

Number of days (from the delivery date) that the product can be returned.

Declaration
[JsonProperty("returnDays")]
public virtual int? ReturnDays { get; set; }
Property Value
Type Description
int?

ReturnUntilDate

Fixed end date until which the product can be returned.

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

StartDate

Required. Defines the date range when this seasonal override applies. Both start_date and end_date are inclusive. The dates of the seasonal overrides should not overlap.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX