Package-level declarations
Types
Link copied to clipboard
data class AccountCheckCreateReport @JvmOverloads constructor(val market: String, val locale: Locale = Locale.getDefault(), val refreshableItems: List<RefreshableItem> = emptyList(), val authorizationCode: String = "", val externalReference: String = "", val sessionId: String = "", val inputProvider: String = "", val inputUsername: String = "") : RequestType
This class contains all the request parameters for the Account Check: create report flow.
Link copied to clipboard
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.