Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 2.41 KB

ComplianceResultFullPayload.md

File metadata and controls

67 lines (34 loc) · 2.41 KB

ComplianceResultFullPayload

Properties

Name Type Description Notes
aml Array<ComplianceScreeningResultFullPayload> The end result of the AML screening. [optional] [default to undefined]
tr Array<ComplianceScreeningResultFullPayload> The result of the Travel Rule screening. [optional] [default to undefined]
amlList Array<ComplianceScreeningResultFullPayload> The list of all results of the AML screening. [optional] [default to undefined]
status string Status of compliance result screening. [optional] [default to undefined]
amlRegistration Array<AmlRegistrationResultFullPayload> The results of the AML address registration. [optional] [default to undefined]

Enum: ComplianceResultFullPayloadStatusEnum

  • Started (value: 'Started')

  • NetworkConnectionAddressResolve (value: 'NetworkConnectionAddressResolve')

  • ScreeningPrepare (value: 'ScreeningPrepare')

  • AmlStarted (value: 'AMLStarted')

  • AmlCompleted (value: 'AMLCompleted')

  • AmlFailed (value: 'AMLFailed')

  • AmlinBackground (value: 'AMLInBackground')

  • TrPreconditionChecks (value: 'TRPreconditionChecks')

  • TrStarted (value: 'TRStarted')

  • TrCompleted (value: 'TRCompleted')

  • TrFailed (value: 'TRFailed')

  • Completed (value: 'Completed')

  • IncomingStarted (value: 'IncomingStarted')

  • IncomingScreeningPrepare (value: 'IncomingScreeningPrepare')

  • IncomingWaitForFirstConfirmation (value: 'IncomingWaitForFirstConfirmation')

  • AmlIncomingStarted (value: 'AMLIncomingStarted')

  • AmlIncomingCompleted (value: 'AMLIncomingCompleted')

  • AmlIncomingFailed (value: 'AMLIncomingFailed')

  • AmlIncomingInBackground (value: 'AMLIncomingInBackground')

  • TrIncomingStarted (value: 'TRIncomingStarted')

  • TrIncomingCompleted (value: 'TRIncomingCompleted')

  • TrIncomingFailed (value: 'TRIncomingFailed')

  • IncomingCompleted (value: 'IncomingCompleted')

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