module:model/RecipientPreviewRequest

module:model/RecipientPreviewRequest

new module:model/RecipientPreviewRequest()

Source:

Constructs a new RecipientPreviewRequest.
This request object contains the information necessary to create a recipient preview.

Members

(inner) assertionId :String

Source:
Type:
  • String

(inner) authenticationInstant :String

Source:
Type:
  • String

(inner) authenticationMethod :String

Source:
Type:
  • String

(inner) clientURLs :module:model/RecipientTokenClientURLs

Source:
Type:

(inner) pingFrequency :String

Source:
Type:
  • String

(inner) pingUrl :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) returnUrl :String

Source:
Type:
  • String

(inner) securityDomain :String

Source:
Type:
  • String

(inner) xFrameOptions :String

Source:
Type:
  • String

(inner) xFrameOptionsAllowFromUrl :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated RecipientPreviewRequest instance.

Type
module:model/RecipientPreviewRequest