Class OnlineReturnPolicy.Types.SeasonalOverride
Inheritance
OnlineReturnPolicy.Types.SeasonalOverride
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
public sealed class OnlineReturnPolicy.Types.SeasonalOverride : IMessage<OnlineReturnPolicy.Types.SeasonalOverride>, IEquatable<OnlineReturnPolicy.Types.SeasonalOverride>, IDeepCloneable<OnlineReturnPolicy.Types.SeasonalOverride>, IBufferMessage, IMessage
Constructors
Declaration
public SeasonalOverride()
Declaration
public SeasonalOverride(OnlineReturnPolicy.Types.SeasonalOverride other)
Parameters
Properties
Required. seasonal override end date (inclusive).
Declaration
public Date EndDate { get; set; }
Property Value
Gets whether the "return_days" field is set
Declaration
public bool HasReturnDays { get; }
Property Value
Required. Display name of this seasonal override in Merchant Center.
Declaration
public string Label { get; set; }
Property Value
Number of days (from the delivery date) that the product can be
returned.
Declaration
public int ReturnDays { get; set; }
Property Value
Fixed end date until which the product can be returned.
Declaration
public Date ReturnUntilDate { get; set; }
Property Value
Declaration
public OnlineReturnPolicy.Types.SeasonalOverride.ReturnWindowOneofCase ReturnWindowCase { get; }
Property Value
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