module:model/ExternalPrimaryAccountRecipientAuthRequirements

module:model/ExternalPrimaryAccountRecipientAuthRequirements

new module:model/ExternalPrimaryAccountRecipientAuthRequirements()

Source:

Constructs a new ExternalPrimaryAccountRecipientAuthRequirements.

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) idVerification :String

Source:
Type:
  • String

(inner) kba :String

Source:
Type:
  • String

(inner) phone :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/ExternalPrimaryAccountRecipientAuthRequirements}

Source:

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.

Type
module:model/ExternalPrimaryAccountRecipientAuthRequirements