module:model/SigningGroup

module:model/SigningGroup

new module:model/SigningGroup()

Source:

Constructs a new SigningGroup.
Contains details about a signing group. Signing groups enable you to send an envelope to a predefined group of recipients and have any one member of the group sign your documents. When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature.

Members

(inner) created :String

Source:
Type:
  • String

(inner) createdBy :String

Source:
Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) groupEmail :String

Source:
Type:
  • String

(inner) groupName :String

Source:

The name of the group.

Type:
  • String

(inner) groupType :String

Source:
Type:
  • String

(inner) modified :String

Source:
Type:
  • String

(inner) modifiedBy :String

Source:
Type:
  • String

(inner) signingGroupId :String

Source:

When set to true and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).

Type:
  • String

(inner) users :Array.<module:model/SigningGroupUser>

Source:
Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated SigningGroup instance.

Type
module:model/SigningGroup