Interface PartialAddress

Export

PartialAddress

Hierarchy

  • PartialAddress

Properties

city?: string

City where address is located.

Memberof

PartialAddress

country?: string

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

Memberof

PartialAddress

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

PartialAddress

street?: string

First line of the street address

Memberof

PartialAddress

street2?: string

Second line of the street address, if required.

Memberof

PartialAddress

zip?: string

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

Memberof

PartialAddress

Generated using TypeDoc