Show / Hide Table of Contents

Class OnlineReturnPolicy.Types.SeasonalOverride

Inheritance
object
OnlineReturnPolicy.Types.SeasonalOverride
Implements
IMessage<OnlineReturnPolicy.Types.SeasonalOverride>
IEquatable<OnlineReturnPolicy.Types.SeasonalOverride>
IDeepCloneable<OnlineReturnPolicy.Types.SeasonalOverride>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class OnlineReturnPolicy.Types.SeasonalOverride : IMessage<OnlineReturnPolicy.Types.SeasonalOverride>, IEquatable<OnlineReturnPolicy.Types.SeasonalOverride>, IDeepCloneable<OnlineReturnPolicy.Types.SeasonalOverride>, IBufferMessage, IMessage

Constructors

SeasonalOverride()

Declaration
public SeasonalOverride()

SeasonalOverride(SeasonalOverride)

Declaration
public SeasonalOverride(OnlineReturnPolicy.Types.SeasonalOverride other)
Parameters
Type Name Description
OnlineReturnPolicy.Types.SeasonalOverride other

Properties

EndDate

Required. seasonal override end date (inclusive).

Declaration
public Date EndDate { get; set; }
Property Value
Type Description
Date

HasReturnDays

Gets whether the "return_days" field is set

Declaration
public bool HasReturnDays { get; }
Property Value
Type Description
bool

Label

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

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

ReturnDays

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

Declaration
public int ReturnDays { get; set; }
Property Value
Type Description
int

ReturnUntilDate

Fixed end date until which the product can be returned.

Declaration
public Date ReturnUntilDate { get; set; }
Property Value
Type Description
Date

ReturnWindowCase

Declaration
public OnlineReturnPolicy.Types.SeasonalOverride.ReturnWindowOneofCase ReturnWindowCase { get; }
Property Value
Type Description
OnlineReturnPolicy.Types.SeasonalOverride.ReturnWindowOneofCase

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
public Date StartDate { get; set; }
Property Value
Type Description
Date
In this article
Back to top Generated by DocFX