Class GoogleMapsAddressvalidationV1UspsAddress
USPS representation of a US address.
Implements
Inherited Members
Namespace: Google.Apis.AddressValidation.v1.Data
Assembly: Google.Apis.AddressValidation.v1.dll
Syntax
public class GoogleMapsAddressvalidationV1UspsAddress : IDirectResponseSchema
Properties
City
City name.
Declaration
[JsonProperty("city")]
public virtual string City { get; set; }
Property Value
Type | Description |
---|---|
string |
CityStateZipAddressLine
City + state + postal code.
Declaration
[JsonProperty("cityStateZipAddressLine")]
public virtual string CityStateZipAddressLine { 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 |
Firm
Firm name.
Declaration
[JsonProperty("firm")]
public virtual string Firm { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstAddressLine
First address line.
Declaration
[JsonProperty("firstAddressLine")]
public virtual string FirstAddressLine { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondAddressLine
Second address line.
Declaration
[JsonProperty("secondAddressLine")]
public virtual string SecondAddressLine { get; set; }
Property Value
Type | Description |
---|---|
string |
State
2 letter state code.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Urbanization
Puerto Rican urbanization name.
Declaration
[JsonProperty("urbanization")]
public virtual string Urbanization { get; set; }
Property Value
Type | Description |
---|---|
string |
ZipCode
Postal code e.g. 10009.
Declaration
[JsonProperty("zipCode")]
public virtual string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ZipCodeExtension
4-digit postal code extension e.g. 5023.
Declaration
[JsonProperty("zipCodeExtension")]
public virtual string ZipCodeExtension { get; set; }
Property Value
Type | Description |
---|---|
string |