Get Accounts Result
data class GetAccountsResult(val accounts: List<GetAccountsAccount>, val id: String, val name: String? = null)
A collection of values returned by getAccounts.
A collection of values returned by getAccounts.