Skip to main content

Address

An object representing a US street address. It includes a street, city, state, zip and zip extension.

type Address {
city: String
state: String
street: [String]
zip: String
zipExtension: String
}

Fields

Address.city ● String scalar

The city the address is located in.

Address.state ● String scalar

The address's state, formatted as a two letter, uppercased abbreviation. e.g. NY, CA, UT

Address.street ● [String] list scalar

The number, street, and unit information for the address formatted as an array of strings

Address.zip ● String scalar

5 digit zip code for the address.

Address.zipExtension ● String scalar

The 4 digit zip+4 extension.

Member Of

AccountBusiness object ● Business object ● BusinessSearchResult object ● SecondaryBusiness object