TinkRiskInsightsSuccess

data class TinkRiskInsightsSuccess(val riskInsightsId: String = "") : SuccessResponse

A class that holds the data returned by any successful Tink.RiskInsights flow.

riskInsightsId Identifier that can be used to fetch the generated risk insights report.

Constructors

Link copied to clipboard
constructor(riskInsightsId: String = "")

Properties

Link copied to clipboard