Interface DomesticAddressInterfaceInternal

Interface version of DomesticAddress

interface DomesticAddressInterface {
    city: string;
    state: StateCode;
    street: string[];
    urbanization_code: null | string;
    zip_code: string;
}

Hierarchy (View Summary)

Implemented by

Properties

city: string

The city the address is in

state: StateCode

The two-letter state code

street: string[]

The street address

urbanization_code: null | string

The urbanization code, if applicable.

Only relevant for Puerto Rico addresses.

zip_code: string

The ZIP Code.

Conditionally includes the ZIP+4