ImportBankConnectionFinAPIRequestDto

data class ImportBankConnectionFinAPIRequestDto(var webFormId: String? = null, var status: WebFormStatusDto? = null)

Request object, which is used by finAPI for the WebForm 2 callback

Parameters

webFormId

Web form's identifier

status

Constructors

Link copied to clipboard
constructor(webFormId: String? = null, status: WebFormStatusDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard