new module:model/ExternalPrimaryAccountRecipientAuthRequirements()
Constructs a new ExternalPrimaryAccountRecipientAuthRequirements
.
Members
(inner) accessCode :String
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) idVerification :String
Type:
- String
(inner) kba :String
Type:
- String
(inner) phone :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ExternalPrimaryAccountRecipientAuthRequirements}
Constructs a ExternalPrimaryAccountRecipientAuthRequirements
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/ExternalPrimaryAccountRecipientAuthRequirements | Optional instance to populate. |
Returns:
The populated ExternalPrimaryAccountRecipientAuthRequirements
instance.