new module:model/AccountIdentityVerificationWorkflow()
Constructs a new AccountIdentityVerificationWorkflow
.
Specifies an Identity Verification workflow.
Members
(inner) defaultDescription :String
Type:
- String
(inner) defaultName :String
Type:
- String
(inner) inputOptions :Array.<module:model/AccountIdentityInputOption>
Type:
(inner) isDisabled :String
Type:
- String
(inner) ownerType :String
Type:
- String
(inner) signatureProvider :module:model/AccountSignatureProvider
The signature provider associated with the Identity Verification workflow.
Type:
(inner) steps :Array.<module:model/AccountIdentityVerificationStep>
Type:
(inner) workflowId :String
Type:
- String
(inner) workflowLabel :String
Type:
- String
(inner) workflowResourceKey :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/AccountIdentityVerificationWorkflow}
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.