Class

UserContactInfo

UserContactInfo(data)

UserContactInfo Model
Constructor

# new UserContactInfo(data)

Model constructor
Parameters:
Name Type Description
data UserContactInfoLike

View Source model/UserContactInfo.js, line 7

Classes

UserContactInfo

Members

String

# addressLine1

The first address line of the contact info.

View Source model/UserContactInfo.js, line 92

String

# addressLine2

The second address line of the contact info.

View Source model/UserContactInfo.js, line 100

String

# city

The city of the contact info.

View Source model/UserContactInfo.js, line 116

String

# country

The 2-letter iso code of the country.

View Source model/UserContactInfo.js, line 132

String

# createdBy

The id of the user who created this entity.

View Source model/UserContactInfo.js, line 156

String

# createdOn

The date this entity was created.

View Source model/UserContactInfo.js, line 148

String

# id

The id of the contact info.

View Source model/UserContactInfo.js, line 27

Boolean

# isAddress

Flags wheter this contact info is an address or not. If its an address, the address fields are required.

View Source model/UserContactInfo.js, line 140

String

# isDeleted

Whether the user has been deleted.

View Source model/UserContactInfo.js, line 180

String

# label

The label of the contact info. Only necessary if type 'custom' is used.

View Source model/UserContactInfo.js, line 35

String

# state

The state of the contact info.

View Source model/UserContactInfo.js, line 124

'phone' | 'email' | 'adress' | 'messenger' | 'social' | 'urls'

# type

The type of the contact info.

View Source model/UserContactInfo.js, line 51

String

# updatedBy

The id of the user who updated the entity.

View Source model/UserContactInfo.js, line 172

String

# updatedOn

The date where the entity was updated.

View Source model/UserContactInfo.js, line 164

String

# value

The value of the contact info

View Source model/UserContactInfo.js, line 43

String

# zipCode

The Zipcode of the contact info.

View Source model/UserContactInfo.js, line 108