new module:model/BulkSendEnvelopesInfo()
- Source:
Constructs a new BulkSendEnvelopesInfo
.
Members
(inner) authoritativeCopy :String
- Source:
Specifies the Authoritative copy feature. If set to true the Authoritative copy feature is enabled.
Type:
- String
(inner) completed :String
- Source:
Type:
- String
(inner) correct :String
- Source:
Type:
- String
(inner) created :String
- Source:
Type:
- String
(inner) declined :String
- Source:
Type:
- String
(inner) deleted :String
- Source:
Type:
- String
(inner) delivered :String
- Source:
Type:
- String
(inner) digitalSignaturesPending :String
- Source:
Type:
- String
(inner) sent :String
- Source:
Type:
- String
(inner) signed :String
- Source:
Type:
- String
(inner) timedOut :String
- Source:
Type:
- String
(inner) transferCompleted :String
- Source:
Type:
- String
(inner) voided :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BulkSendEnvelopesInfo}
- Source:
Constructs a BulkSendEnvelopesInfo
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/BulkSendEnvelopesInfo | Optional instance to populate. |
Returns:
The populated BulkSendEnvelopesInfo
instance.