ImportBankConnectionRequestDto

data class ImportBankConnectionRequestDto(var bankId: String, var languageCode: String? = null)

Request object for importing a Bank connection.

Parameters

bankId

The ID of the Bank from which the account is to be imported.

languageCode

Language code as two-letter country code (ISO 639-1)

Constructors

Link copied to clipboard
constructor(bankId: String, languageCode: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard