Compliance Result
data class ComplianceResult(val aml: List<ComplianceScreeningResult>? = null, val tr: List<ComplianceScreeningResult>? = null, val amlList: List<ComplianceScreeningResult>? = null, val status: ComplianceResult.Status? = null, val amlRegistration: List<AmlRegistrationResult>? = null)
Created by Fireblocks Ltd. on 07/10/2024.
The result of the Compliance AML/Travel Rule screening.
Parameters
aml
The end result of the AML screening. See ComplianceScreeningResult
tr
The result of the Travel Rule screening. See ComplianceScreeningResult
aml List
The list of all results of the AML screening. See ComplianceScreeningResult
status
Status of compliance result screening.
aml Registration
The results of the AML address registration.See AmlRegistrationResult
Constructors
Link copied to clipboard
constructor(aml: List<ComplianceScreeningResult>? = null, tr: List<ComplianceScreeningResult>? = null, amlList: List<ComplianceScreeningResult>? = null, status: ComplianceResult.Status? = null, amlRegistration: List<AmlRegistrationResult>? = null)