module:model/RecipientSignatureProvider

module:model/RecipientSignatureProvider

new module:model/RecipientSignatureProvider()

Source:

Constructs a new RecipientSignatureProvider.
An Electronic or Standards Based Signature (digital signature) provider for the signer to use. More information.

Members

(inner) sealDocumentsWithTabsOnly :String

Source:
Type:
  • String

(inner) sealName :String

Source:
Type:
  • String

(inner) signatureProviderName :String

Source:
Type:
  • String

(inner) signatureProviderNameMetadata :module:model/PropertyMetadata

Source:

Metadata that indicates whether the signatureProviderName property is editable.

Type:

(inner) signatureProviderOptions :module:model/RecipientSignatureProviderOptions

Source:

Not applicable for this object.

Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated RecipientSignatureProvider instance.

Type
module:model/RecipientSignatureProvider