module:model/AccountIdentityVerificationWorkflow

module:model/AccountIdentityVerificationWorkflow

new module:model/AccountIdentityVerificationWorkflow()

Source:

Constructs a new AccountIdentityVerificationWorkflow.
Specifies an Identity Verification workflow.

Members

(inner) defaultDescription :String

Source:
Type:
  • String

(inner) defaultName :String

Source:
Type:
  • String

(inner) inputOptions :Array.<module:model/AccountIdentityInputOption>

Source:
Type:

(inner) signatureProvider :module:model/AccountSignatureProvider

Source:

The signature provider associated with the Identity Verification workflow.

Type:

(inner) steps :Array.<module:model/AccountIdentityVerificationStep>

Source:
Type:

(inner) workflowId :String

Source:
Type:
  • String

(inner) workflowLabel :String

Source:
Type:
  • String

(inner) workflowResourceKey :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a AccountIdentityVerificationWorkflow 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/AccountIdentityVerificationWorkflow

Optional instance to populate.

Returns:

The populated AccountIdentityVerificationWorkflow instance.

Type
module:model/AccountIdentityVerificationWorkflow