Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Address

Location postal address.

Hierarchy

  • Address

Index

Properties

city

city: string

City or town name

countryCode

countryCode: string

Use ‘US’ to indicate US addresses. If the argument is omitted, ‘US’ will be assumed. Refer to ISO 3166 Country Code Standardfor non-US addresses.

line1

line1: string

Street number, pre-directional, street name, suffix, post-directional Examples: 123 N Main St 234 Michigan Ave SW

line2

line2: string

Secondary address line such as Apt, Suite or Lot

postalCode

postalCode: string

For US addresses, use the 5-digit ZIP code

state

state: string

For US addresses, usethe standard 2-character state abbreviation

Generated using TypeDoc