new module:model/EnvelopePublishTransaction()
Constructs a new EnvelopePublishTransaction.
Members
(inner) applyConnectSettings :String
Type:
- String
(inner) envelopeCount :String
Type:
- String
(inner) envelopeLevelErrorRollups :Array.<module:model/EnvelopePublishTransactionErrorRollup>
Type:
(inner) envelopePublishTransactionId :String
Type:
- String
(inner) errorCount :String
Type:
- String
(inner) fileLevelErrors :Array.<String>
Type:
- Array.<String>
(inner) noActionRequiredEnvelopeCount :String
Type:
- String
(inner) processedEnvelopeCount :String
Type:
- String
(inner) processingStatus :String
Type:
- String
(inner) resultsUri :String
Type:
- String
(inner) submissionDate :String
Type:
- String
(inner) submittedByUserInfo :module:model/UserInfo
Type:
(inner) submittedForPublishingEnvelopeCount :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/EnvelopePublishTransaction}
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.