Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Address

A mailing address.

Hierarchy

  • Address

Index

Properties

Optional line1

line1?: string

Address line 1, no PO Box.

Optional line2

line2?: string

Address line 2 (e.g., apartment, suite, unit, or building).

Optional city

city?: string

City, district, suburb, town, or village.

Optional state

state?: string

For US addresses: the 2-letter State abbreviation. For international addresses: the county, providence, or region.

Optional country

country?: string

Two-letter country code (ISO 3166-1 alpha-2). MUST be a US-based address for checks.

Optional postal_code

postal_code?: string

ZIP or postal code.

Optional phone_number

phone_number?: string

Phone number.

Generated using TypeDoc