Show / Hide Table of Contents

Class OrderAddress

Inheritance
object
OrderAddress
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 OrderAddress : IDirectResponseSchema

Properties

Country

CLDR country code (for example, "US").

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

FullAddress

Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States

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

IsPostOfficeBox

Whether the address is a post office box.

Declaration
[JsonProperty("isPostOfficeBox")]
public virtual bool? IsPostOfficeBox { get; set; }
Property Value
Type Description
bool?

Locality

City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).

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

PostalCode

Postal Code or ZIP (for example, "94043").

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

RecipientName

Name of the recipient.

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

Region

Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").

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

StreetAddress

Street-level part of the address. Use \n to add a second line.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX