Tink Business Transactions Success
data class TinkBusinessTransactionsSuccess(val credentialsId: String, val code: String = "") : SuccessResponse
A class that holds the data returned by any successful Tink.BusinessTransactions flow.
credentialsId 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.