module:model/Contact

module:model/Contact

new module:model/Contact()

Source:

Constructs a new Contact.

Members

(inner) cloudProvider :String

Source:
Type:
  • String

(inner) cloudProviderContainerId :String

Source:
Type:
  • String

(inner) contactId :String

Source:
Type:
  • String

(inner) contactPhoneNumbers :Array.<module:model/ContactPhoneNumber>

Source:
Type:

(inner) contactUri :String

Source:
Type:
  • String

(inner) emails :Array.<String>

Source:
Type:
  • Array.<String>

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) isOwner :Boolean

Source:
Type:
  • Boolean

(inner) name :String

Source:
Type:
  • String

(inner) notaryContactDetails :module:model/NotaryContactDetails

Source:
Type:

(inner) organization :String

Source:
Type:
  • String

(inner) roomContactType :String

Source:
Type:
  • String

(inner) shared :String

Source:

When set to true, this custom tab is shared.

Type:
  • String

(inner) signingGroup :String

Source:
Type:
  • String

(inner) signingGroupName :String

Source:

The display name for the signing group. Maximum Length: 100 characters.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/Contact}

Source:

Constructs a Contact from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/Contact

Optional instance to populate.

Returns:

The populated Contact instance.

Type
module:model/Contact