TinkIncomeCheckSuccess

data class TinkIncomeCheckSuccess(val incomeCheckId: String = "") : SuccessResponse

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

incomeCheckId Identifier that can be used to retrieve the generated income check report.

Constructors

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

Properties

Link copied to clipboard