module:model/FolderItem

module:model/FolderItem

new module:model/FolderItem()

Source:

Constructs a new FolderItem.

Members

(inner) completedDateTime :String

Source:

Specifies the date and time this item was completed.

Type:
  • String

(inner) createdDateTime :String

Source:

Indicates the date and time the item was created.

Type:
  • String

(inner) customFields :Array.<module:model/CustomFieldV2>

Source:

An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.

Type:

(inner) description :String

Source:
Type:
  • String

(inner) envelopeId :String

Source:

The envelope ID of the envelope status that failed to post.

Type:
  • String

(inner) envelopeUri :String

Source:

Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.

Type:
  • String

(inner) is21CFRPart11 :String

Source:

When set to true, indicates that this module is enabled on the account.

Type:
  • String

(inner) isSignatureProviderEnvelope :String

Source:
Type:
  • String

(inner) lastModified :String

Source:
Type:
  • String

(inner) name :String

Source:
Type:
  • String

(inner) ownerName :String

Source:

Name of the envelope owner.

Type:
  • String

(inner) pageCount :Number

Source:
Type:
  • Number

(inner) password :String

Source:
Type:
  • String

(inner) senderEmail :String

Source:
Type:
  • String

(inner) senderName :String

Source:

Name of the envelope sender.

Type:
  • String

(inner) sentDateTime :String

Source:

The date and time the envelope was sent.

Type:
  • String

(inner) shared :String

Source:

When set to true, this custom tab is shared.

Type:
  • String

(inner) status :String

Source:

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Type:
  • String

(inner) subject :String

Source:
Type:
  • String

(inner) templateId :String

Source:

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

Type:
  • String

(inner) uri :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated FolderItem instance.

Type
module:model/FolderItem