TRLink screening result
| Name | Type | Description | Notes |
|---|---|---|---|
| provider | String | The TRLink provider name | |
| timestamp | BigDecimal | Unix timestamp of the screening result | |
| status | StatusEnum | Status of the TRLink screening | |
| verdict | TRLinkVerdictEnum | [optional] | |
| destAddress | String | The destination address associated with the TRLink screening | [optional] |
| destTag | String | Destination tag for the screening | [optional] |
| bypassReason | String | Reason for bypassing the TRLink screening | [optional] |
| detailsMessage | String | Additional details message about the screening result | [optional] |
| customerIntegrationId | String | Customer integration identifier | [optional] |
| customerShortName | String | Customer short name | [optional] |
| travelRuleMessageId | String | Travel rule message identifier for linking | [optional] |
| result | TRLinkProviderResultWithRule2 | [optional] | |
| matchedPrescreeningRule | ScreeningTRLinkPrescreeningRule | [optional] | |
| matchedNoTrmScreeningRule | ScreeningTRLinkMissingTrmDecision | [optional] |
| Name | Value |
|---|---|
| COMPLETED | "COMPLETED" |
| PENDING | "PENDING" |
| BYPASSED | "BYPASSED" |
| FAILED | "FAILED" |
| FROZEN | "FROZEN" |