TinkAccountCheckUpdateConsentSuccess

data class TinkAccountCheckUpdateConsentSuccess(val credentialsId: String) : SuccessResponse

A class that holds the data returned by successful Tink Account Check Update Consent flow.

Parameters

credentialsId

The consent identifier of the update consent request.

Constructors

Link copied to clipboard
constructor(credentialsId: String)

Properties

Link copied to clipboard