module:model/DisplayApplianceDocument

module:model/DisplayApplianceDocument

new module:model/DisplayApplianceDocument()

Source:

Constructs a new DisplayApplianceDocument.

Members

(inner) attachmentDescription :String

Source:
Type:
  • String

(inner) documentId :String

Source:

Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.

Type:
  • String

(inner) documentType :String

Source:
Type:
  • String

(inner) envelopeId :String

Source:

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

Type:
  • String

(inner) externalDocumentId :String

Source:
Type:
  • String

(inner) latestPDFId :String

Source:
Type:
  • String

(inner) name :String

Source:
Type:
  • String

(inner) pages :Number

Source:
Type:
  • Number

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DisplayApplianceDocument instance.

Type
module:model/DisplayApplianceDocument