new module:model/EnvelopeIdsRequest()
- Source:
Constructs a new EnvelopeIdsRequest
.
Lists of envelope and transaction IDs to use in the results. If you use this request body with Envelopes: listStatus, you must set one or both of the following query parameters to the special value request_body
: - envelope_ids=request_body
- transaction_ids=request_body
Members
(inner) envelopeIds :Array.<String>
- Source:
Type:
- Array.<String>
(inner) transactionIds :Array.<String>
- Source:
A list of transaction Id's used to determining the status of envelopes sent asynchronously. See transactionId property on envelopes.
Type:
- Array.<String>
Methods
(static) constructFromObject(data, obj) → {module:model/EnvelopeIdsRequest}
- Source:
Constructs a EnvelopeIdsRequest
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/EnvelopeIdsRequest | Optional instance to populate. |
Returns:
The populated EnvelopeIdsRequest
instance.