TinkReportsSuccess

data class TinkReportsSuccess(val accountVerificationReportId: String = "", val transactionReportId: String = "") : SuccessResponse

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

accountVerificationReportId Identifier that can be used to fetch the generated account verification report. transactionReportId Identifier that can be used to fetch the generated transaction report.

Constructors

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

Properties