Show / Hide Table of Contents

Class ReturnAddress

Return address resource.

Inheritance
object
ReturnAddress
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 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
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#returnAddress"

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
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
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
string

ReturnAddressId

Return address ID generated by Google.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX