JsonAccountList

data class JsonAccountList(accounts: List<JsonAccount>)

Properties

Link copied to clipboard
val accounts: List<JsonAccount>