module:model/EnvelopePublishTransaction

module:model/EnvelopePublishTransaction

new module:model/EnvelopePublishTransaction()

Source:

Constructs a new EnvelopePublishTransaction.

Members

(inner) applyConnectSettings :String

Source:
Type:
  • String

(inner) envelopeCount :String

Source:
Type:
  • String

(inner) envelopeLevelErrorRollups :Array.<module:model/EnvelopePublishTransactionErrorRollup>

Source:
Type:

(inner) envelopePublishTransactionId :String

Source:
Type:
  • String

(inner) errorCount :String

Source:
Type:
  • String

(inner) fileLevelErrors :Array.<String>

Source:
Type:
  • Array.<String>

(inner) noActionRequiredEnvelopeCount :String

Source:
Type:
  • String

(inner) processedEnvelopeCount :String

Source:
Type:
  • String

(inner) processingStatus :String

Source:
Type:
  • String

(inner) resultsUri :String

Source:
Type:
  • String

(inner) submissionDate :String

Source:
Type:
  • String

(inner) submittedByUserInfo :module:model/UserInfo

Source:
Type:

(inner) submittedForPublishingEnvelopeCount :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated EnvelopePublishTransaction instance.

Type
module:model/EnvelopePublishTransaction