Class

CompanyContactInfo

CompanyContactInfo(data)

CompanyContactInfo Model
Constructor

# new CompanyContactInfo(data)

Model constructor
Parameters:
Name Type Description
data CompanyContactInfoLike

View Source model/CompanyContactInfo.js, line 7

Classes

CompanyContactInfo

Members

String

# addressLine1

The first address line of the contact info.

View Source model/CompanyContactInfo.js, line 84

String

# addressLine2

The second address line of the contact info.

View Source model/CompanyContactInfo.js, line 92

String

# city

The city of the contact info.

View Source model/CompanyContactInfo.js, line 108

String

# companyId

The company id of the contact info.

View Source model/CompanyContactInfo.js, line 172

String

# country

The 2-letter iso code of the country.

View Source model/CompanyContactInfo.js, line 124

String

# createdBy

The id of the user who created this entity.

View Source model/CompanyContactInfo.js, line 148

String

# createdOn

The date this entity was created.

View Source model/CompanyContactInfo.js, line 140

String

# id

The id of the contact info.

View Source model/CompanyContactInfo.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/CompanyContactInfo.js, line 132

String

# label

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

View Source model/CompanyContactInfo.js, line 35

String

# state

The state of the contact info.

View Source model/CompanyContactInfo.js, line 116

PhoneSubType | EmailSubType | AddressSubType | UrlSubType

# subType

The subtype of the contact info. Answers depening on type of the contact info.

View Source model/CompanyContactInfo.js, line 76

'phone' | 'email' | 'address' | 'custom'

# type

The type of the contact info.

View Source model/CompanyContactInfo.js, line 51

String

# updatedBy

The id of the user who last modified this entity.

View Source model/CompanyContactInfo.js, line 164

String

# updatedOn

The id of the user who created this entity.

View Source model/CompanyContactInfo.js, line 156

String

# value

The value of the contact info

View Source model/CompanyContactInfo.js, line 43

String

# zipCode

The Zipcode of the contact info.

View Source model/CompanyContactInfo.js, line 100