Members
(inner) accessCode :String
- Source:
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer accessCode
property is set in the envelope, then that value is used. If blank and the signer accessCode
property is not set, then the access code is not required.
Type:
- String
(inner) type :String
- Source:
Type:
- String
(inner) value :String
- Source:
Specifies the value of the tab.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/Credential}
- Source:
Constructs a Credential
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/Credential | Optional instance to populate. |
Returns:
The populated Credential
instance.