Represents the information of a contact.

Constructor

new()

Variables

addressLine1:String

Street address, first line.

addressLine2:String

Street address, second line.

city:String

City name.

contact:Contact

Person of contact.

country:String

Country code.

postalCode:String

Postal ZIP code.

state:String

State name.

Inherited Variables

Inherited Methods

Defined by Model

toObject():Dynamic

Returns:

A Haxe dynamic object with a shallow copy of this model's properties.

toString():String

Returns:

A String with the JSON representation of this Model.