new module:model/EnvelopeEvent()
- Source:
Constructs a new EnvelopeEvent
.
For which envelope events should your webhook be called?
Members
(inner) envelopeEventStatusCode :String
- Source:
he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided.
Type:
- String
(inner) includeDocuments :String
- Source:
When set to true, the PDF documents are included in the message along with the updated XML.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/EnvelopeEvent}
- Source:
Constructs a EnvelopeEvent
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/EnvelopeEvent | Optional instance to populate. |
Returns:
The populated EnvelopeEvent
instance.