Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 992 Bytes

ScreeningVerdict.md

File metadata and controls

32 lines (17 loc) · 992 Bytes

ScreeningVerdict

Properties

Name Type Description Notes
verdict string [default to undefined]
executionOperationId string [default to undefined]
account Destination [default to undefined]
assetId string [default to undefined]
amount string [default to undefined]
matchedRule ScreeningVerdictMatchedRule [optional] [default to undefined]

Enum: ScreeningVerdictVerdictEnum

  • Passed (value: 'PASSED')

  • PassedWithAlert (value: 'PASSED_WITH_ALERT')

  • Rejected (value: 'REJECTED')

  • Failed (value: 'FAILED')

  • Bypassed (value: 'BYPASSED')

[Back to top] [Back to API list] [Back to Model list] [Back to README]