Constructors

Properties

country: string

Full country name, not 2 letter code

line1: string

Street address, house/unit number and street type

line2?: string

Optional second line of the address

postcode: string

Postal or zip code

state: string

State of the address

suburb: string

Suburb/town of the address

Methods

  • Parameters

    • line1: string
    • suburb: string
    • state: string
    • postcode: string
    • country: string

    Returns Address

  • Parameters

    • line1: string
    • line2: string
    • suburb: string
    • state: string
    • postcode: string
    • country: string

    Returns Address