TinkBusinessAccountCheckSuccess

data class TinkBusinessAccountCheckSuccess(val businessAccountVerificationReportId: String = "") : SuccessResponse

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

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

Constructors

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