Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsAddressvalidationV1UspsAddress

import type { GoogleMapsAddressvalidationV1UspsAddress } from "https://googleapis.deno.dev/v1/addressvalidation:v1.ts";

USPS representation of a US address.

interface GoogleMapsAddressvalidationV1UspsAddress {
city?: string;
cityStateZipAddressLine?: string;
firm?: string;
firstAddressLine?: string;
secondAddressLine?: string;
state?: string;
urbanization?: string;
zipCode?: string;
zipCodeExtension?: string;
}

§Properties

§
city?: string
[src]

City name.

§
cityStateZipAddressLine?: string
[src]

City + state + postal code.

§
firm?: string
[src]

Firm name.

§
firstAddressLine?: string
[src]

First address line.

§
secondAddressLine?: string
[src]

Second address line.

§
state?: string
[src]

2 letter state code.

§
urbanization?: string
[src]

Puerto Rican urbanization name.

§
zipCode?: string
[src]

Postal code e.g. 10009.

§
zipCodeExtension?: string
[src]

4-digit postal code extension e.g. 5023.