Class Address

Class representing the Address model.

Hierarchy

  • Address

Implements

Constructors

Properties

address1: string = ""

Address line 1

address2: string = ""

Address line 2

is_default: boolean = false

Indicates if the address is the default one

lat: string = ""

Latitude coordinate

lng: string = ""

Longitude coordinate

name: string = ""

Name associated with the address

note: string = ""

Note associated with the address

phone_number: string = ""

Phone number associated with the address

postcode: string = ""

Postal code

salute: string = ""

Salutation associated with the address

Generated using TypeDoc