Class ReturnPolicySeasonalOverride
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnPolicySeasonalOverride : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
---|---|
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 |
---|---|
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 |
---|---|
string |