ComplianceScreeningResult

data class ComplianceScreeningResult(val provider: String? = null, val payload: Any? = null, val bypassReason: String? = null, val screeningStatus: ComplianceScreeningResult.ScreeningStatus? = null, val timestamp: Long? = null)

Created by Fireblocks Ltd. on 07/10/2024.

Parameters

provider
payload

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.

bypassReason
screeningStatus
timestamp

Constructors

Link copied to clipboard
constructor(provider: String? = null, payload: Any? = null, bypassReason: String? = null, screeningStatus: ComplianceScreeningResult.ScreeningStatus? = null, timestamp: Long? = null)

Types

Link copied to clipboard

Values: COMPLETED,PENDING,BYPASSED,FAILED,FROZEN

Properties

Link copied to clipboard
val bypassReason: String? = null
Link copied to clipboard
val payload: Any? = null
Link copied to clipboard
val provider: String? = null
Link copied to clipboard
val timestamp: Long? = null