module:model/RecipientUpdateResponse

module:model/RecipientUpdateResponse

new module:model/RecipientUpdateResponse()

Source:

Constructs a new RecipientUpdateResponse.
The recipient details that are returned after you update the recipient.

Members

(inner) combined :String

Source:
Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(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) recipientIdGuid :String

Source:
Type:
  • String

(inner) tabs :module:model/Tabs

Source:

All of the tabs associated with the recipient.

Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated RecipientUpdateResponse instance.

Type
module:model/RecipientUpdateResponse