new module:model/DisplayApplianceRecipient()
Constructs a new DisplayApplianceRecipient
.
Members
(inner) cfrPart11 :Boolean
Type:
- Boolean
(inner) company :String
Type:
- String
(inner) digitalSignatureBase64 :String
Type:
- String
(inner) email :String
Type:
- String
(inner) fullName :String
Type:
- String
(inner) initialsBase64 :String
Type:
- String
(inner) inPersonEmail :String
Type:
- String
(inner) isNotary :Boolean
Type:
- Boolean
(inner) notarySealBase64 :String
Type:
- String
(inner) phoneNumber :String
Type:
- String
(inner) recipientCompleteCount :Number
Type:
- Number
(inner) recipientGuidId :String
Type:
- String
(inner) recipientId :String
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
Type:
- String
(inner) recipientType :String
Type:
- String
(inner) rowState :String
Type:
- String
(inner) signatureBase64 :String
Type:
- String
(inner) signed :Boolean
Type:
- Boolean
(inner) signerApplyTabs :Boolean
Type:
- Boolean
(inner) signerAttachmentBase64 :String
Type:
- String
(inner) userName :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/DisplayApplianceRecipient}
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.