Show / Hide Table of Contents

Class ReturnAddress

Return address resource.

Inheritance
System.Object
ReturnAddress
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 ReturnAddress : IDirectResponseSchema

Properties

Address

Required. The address.

Declaration
[JsonProperty("address")]
public virtual ReturnAddressAddress Address { get; set; }
Property Value
Type Description
ReturnAddressAddress

Country

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

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

Kind

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

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

Label

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

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

PhoneNumber

Required. The merchant's contact phone number regarding the return.

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

ReturnAddressId

Return address ID generated by Google.

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

Implements

IDirectResponseSchema
In This Article
Back to top