Package-level declarations

Types

Link copied to clipboard

Define if the end user is able to select which account to use. Values: SINGLE=select a single account, MULTI=select multiple accounts, NONE=no selection dialog.

Link copied to clipboard
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.

Link copied to clipboard

Account types. To use more than one, separate the values by using a comma.

Link copied to clipboard

Report type. To use both report types, separate the values by using a comma.