module:model/DisplayApplianceRecipient

module:model/DisplayApplianceRecipient

new module:model/DisplayApplianceRecipient()

Source:

Constructs a new DisplayApplianceRecipient.

Members

(inner) cfrPart11 :Boolean

Source:
Type:
  • Boolean

(inner) company :String

Source:
Type:
  • String

(inner) digitalSignatureBase64 :String

Source:
Type:
  • String

(inner) email :String

Source:
Type:
  • String

(inner) fullName :String

Source:
Type:
  • String

(inner) initialsBase64 :String

Source:
Type:
  • String

(inner) inPersonEmail :String

Source:
Type:
  • String

(inner) isNotary :Boolean

Source:
Type:
  • Boolean

(inner) notarySealBase64 :String

Source:
Type:
  • String

(inner) phoneNumber :String

Source:
Type:
  • String

(inner) recipientCompleteCount :Number

Source:
Type:
  • Number

(inner) recipientGuidId :String

Source:
Type:
  • String

(inner) recipientId :String

Source:

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

Type:
  • String

(inner) recipientStatus :String

Source:
Type:
  • String

(inner) recipientType :String

Source:
Type:
  • String

(inner) rowState :String

Source:
Type:
  • String

(inner) signatureBase64 :String

Source:
Type:
  • String

(inner) signed :Boolean

Source:
Type:
  • Boolean

(inner) signerApplyTabs :Boolean

Source:
Type:
  • Boolean

(inner) signerAttachmentBase64 :String

Source:
Type:
  • String

(inner) userName :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a DisplayApplianceRecipient 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/DisplayApplianceRecipient

Optional instance to populate.

Returns:

The populated DisplayApplianceRecipient instance.

Type
module:model/DisplayApplianceRecipient