new module:model/DisplayApplianceAccount()
- Source:
Constructs a new DisplayApplianceAccount
.
Members
(inner) accountId :String
- Source:
The account ID associated with the envelope.
Type:
- String
(inner) optOutAutoNavTextAndTabColorUpdates :Boolean
- Source:
Type:
- Boolean
(inner) showInitialConditionalFields :Boolean
- Source:
Type:
- Boolean
(inner) signingVersion :String
- Source:
Type:
- String
(inner) tagHasSigBlock :Boolean
- Source:
Type:
- Boolean
Methods
(static) constructFromObject(data, obj) → {module:model/DisplayApplianceAccount}
- Source:
Constructs a DisplayApplianceAccount
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/DisplayApplianceAccount | Optional instance to populate. |
Returns:
The populated DisplayApplianceAccount
instance.