module:model/RecipientSignatureInformation

module:model/RecipientSignatureInformation

new module:model/RecipientSignatureInformation()

Source:

Constructs a new RecipientSignatureInformation.
Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient. Used only with recipient types In Person Signers and Signers.

Members

(inner) fontStyle :String

Source:
Type:
  • String

(inner) signatureInitials :String

Source:
Type:
  • String

(inner) signatureName :String

Source:

Specifies the user signature name.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated RecipientSignatureInformation instance.

Type
module:model/RecipientSignatureInformation