Class ReturnAddressAddress
Inheritance
System.Object
ReturnAddressAddress
Implements
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 ReturnAddressAddress : IDirectResponseSchema
Properties
Country
CLDR country code (e.g. "US").
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 |
Locality
City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
Declaration
[JsonProperty("locality")]
public virtual string Locality { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostalCode
Postal code or ZIP (e.g. "94043").
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecipientName
Name of the recipient to address returns to.
Declaration
[JsonProperty("recipientName")]
public virtual string RecipientName { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
StreetAddress
Street-level part of the address. May be up to two lines, each line specified as an array element.
Declaration
[JsonProperty("streetAddress")]
public virtual IList<string> StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |