Show:

An address (typically for pick up or drop off).

Table of Contents

Constructor

SnapCar.Address
(
  • name
  • city
  • postalCode
  • country
)

Parameters:

  • name String

    The name of the address. Typically the number and street name.

  • city String

    The city.

  • postalCode String

    The postal code.

  • country String

    The country.

Properties

city

String const

The city.

country

String const

The country.

name

String const

The name of the address. Typically the number and street name.

postalCode

String const

The postal code.