Show / Hide Table of Contents

Class ReturnPolicy

Return policy resource.

Inheritance
object
ReturnPolicy
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnPolicy : IDirectResponseSchema

Properties

Country

Required. The country of sale where the return policy is applicable.

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

ETag

The ETag of the item.

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

Kind

Identifies what kind of resource this is. Value: the fixed string "content#returnPolicy"

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

Label

Required. The user-defined label of the return policy. For the default policy, use the label "default".

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

Name

Required. The name of the policy as shown in Merchant Center.

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

NonFreeReturnReasons

Return reasons that will incur return fees.

Declaration
[JsonProperty("nonFreeReturnReasons")]
public virtual IList<string> NonFreeReturnReasons { get; set; }
Property Value
Type Description
IList<string>

Policy

Required. The policy.

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

ReturnPolicyId

Return policy ID generated by Google.

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

ReturnShippingFee

The return shipping fee that will apply to non free return reasons.

Declaration
[JsonProperty("returnShippingFee")]
public virtual Price ReturnShippingFee { get; set; }
Property Value
Type Description
Price

SeasonalOverrides

An optional list of seasonal overrides.

Declaration
[JsonProperty("seasonalOverrides")]
public virtual IList<ReturnPolicySeasonalOverride> SeasonalOverrides { get; set; }
Property Value
Type Description
IList<ReturnPolicySeasonalOverride>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX