AccountCheckUpdateConsent

data class AccountCheckUpdateConsent @JvmOverloads constructor(    val market: String,     val authorizationCode: String,     val credentialsId: String) : RequestType

This class contains all the request parameters for the Account Check Update consent flow.

Parameters

market

The market code for which providers should be listed.

authorizationCode

the created USER_AUTHORIZATION_CODE (see generating a user authorization code.

credentialsId

The identifier of the credentials to extend consent for.

Constructors

Link copied to clipboard
constructor(market: Market, authorizationCode: String, credentialsId: String)
constructor(market: String, authorizationCode: String, credentialsId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard