Reports Create Report
data class ReportsCreateReport @JvmOverloads constructor(val reportTypes: List<ReportType>, val refreshableItems: List<ReportsRefreshableItem>, val accountDialogType: AccountDialogType, val inputProvider: String = "") : RequestType, Parcelable
This class contains all the request parameters for the bundle-account-check-transactions flow.
Parameters
report Types
refreshable Items
account Dialog Type
input Provider
The unique name of the provider (eg. sbab-bankid). If this is provided, the provider will be chosen for the user. If not, the user can choose the provider in a list. If the given parameter is not a valid provider, the user will see an error screen, so make sure you have the correct provider name from this endpoint.
Constructors
Link copied to clipboard
constructor(reportTypes: List<ReportType>, refreshableItems: List<ReportsRefreshableItem>, accountDialogType: AccountDialogType, inputProvider: String = "")