Show / Hide Table of Contents

Class ReturnPolicySeasonalOverride

Inheritance
System.Object
ReturnPolicySeasonalOverride
Implements
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_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnPolicySeasonalOverride : IDirectResponseSchema

Properties

EndDate

Required. Last day on which the override applies. In ISO 8601 format.

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { 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

Name

Required. The name of the seasonal override as shown in Merchant Center.

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

Policy

Required. The policy which is in effect during that time.

Declaration
[JsonProperty("policy")]
public virtual ReturnPolicyPolicy Policy { get; set; }
Property Value
Type Description
ReturnPolicyPolicy

StartDate

Required. First day on which the override applies. In ISO 8601 format.

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

Implements

IDirectResponseSchema
In This Article
Back to top