Compliance Screening Result
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.
bypass Reason
screening Status
timestamp
Constructors
Link copied to clipboard
constructor(provider: String? = null, payload: Any? = null, bypassReason: String? = null, screeningStatus: ComplianceScreeningResult.ScreeningStatus? = null, timestamp: Long? = null)