Interface BaseAddress

Export

BaseAddress

Hierarchy

  • BaseAddress

Properties

city: string

City where address is located.

Memberof

BaseAddress

country: string

2-digit Country code (e.g. 'US', 'CA') See ISO 3166-1 alpha-2

Memberof

BaseAddress

state: string

State/province/region of the address. For US and CA use 2-digit state/province codes (e.g. 'AL', 'AK', 'BC', 'ON', 'etc'.)

Memberof

BaseAddress

street: string

First line of the street address

Memberof

BaseAddress

street2?: string

Second line of the street address, if required.

Memberof

BaseAddress

zip: string

Zip code or postal code of the address. No special characters.

Memberof

BaseAddress

Generated using TypeDoc