Tink Transactions Success
data class TinkTransactionsSuccess(val credentialsId: String, val code: String = "") : SuccessResponse
A class that holds the data returned by any successful Tink.Transactions flow.
Parameters
credentials Id
The identifier of the created or updated credentials.
code
The authorization code to be exchanged for an user access token to access the user's data.