GroupedAccountsItem

data class GroupedAccountsItem(val accountGroup: AccountGroup, val accounts: List<AccountWithImage>)

Constructors

Link copied to clipboard
fun GroupedAccountsItem(accountGroup: AccountGroup, accounts: List<AccountWithImage>)

Properties

Link copied to clipboard
val accountGroup: AccountGroup
Link copied to clipboard
val accounts: List<AccountWithImage>
Link copied to clipboard
val totalBalance: Amount