Class: Address#

Describes a physical mailing address.

REQUIRES: Purchasing Services

author Jean-Philippe Steinmetz info@acceleratxr.com

Hierarchy#

  • Address

Index#

Constructors#

Properties#

Constructors#

constructor#

+ new Address(other?: any): Address

Defined in src/models/Address.ts:40

Parameters:#

Name

Type

other?

any

Returns: Address

Properties#

address1#

address1: string = “”

Defined in src/models/Address.ts:15

The first line of the address (typically street).


address2#

address2: string = “”

Defined in src/models/Address.ts:20

The second line of the address (typically suite, apt, unit).


city#

city: string = “”

Defined in src/models/Address.ts:25

The name of the city.


country#

country: string = “”

Defined in src/models/Address.ts:35

The code for the country of origin.


state#

state: string = “”

Defined in src/models/Address.ts:30

The name of the state or province.


zip#

zip: string = “”

Defined in src/models/Address.ts:40

The postal code of the address.