ImportBankConnectionResponseDto
data class ImportBankConnectionResponseDto(var status: ImportBankConnectionStatusEnumDto, var bankConnectionId: String, var webFormURL: String? = null)
Response object for importing a Bank connection.
Parameters
status
bankConnectionId
ID of the Bank connection.
webFormURL
URL of the web form, if required. This URL has to be opened in a browser. The user can log in to the Bank using this web form, which allows the data to be matched with the Bank.
Constructors
Link copied to clipboard
constructor(status: ImportBankConnectionStatusEnumDto, bankConnectionId: String, webFormURL: String? = null)