TinkAccountCheckSuccess

data class TinkAccountCheckSuccess(val accountVerificationReportId: String = "") : SuccessResponse

A class that holds the data returned by a successful Tink.AccountCheck flow.

accountVerificationReportId is the identifier that can be used to retrieve the generated account verification report.

Constructors

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

Properties