Name | Type | Description | Notes |
---|---|---|---|
provider | string | [optional] [default to undefined] | |
payload | object | The payload of the screening result. The payload is a JSON object that contains the screening result. The payload is different for each screening provider. | [optional] [default to undefined] |
bypassReason | string | [optional] [default to undefined] | |
screeningStatus | string | [optional] [default to undefined] | |
timestamp | number | [optional] [default to undefined] |
-
Completed
(value:'COMPLETED'
) -
Pending
(value:'PENDING'
) -
Bypassed
(value:'BYPASSED'
) -
Failed
(value:'FAILED'
) -
Frozen
(value:'FROZEN'
)
[Back to top] [Back to API list] [Back to Model list] [Back to README]