GetAccountListResponse

@Serializable
data class GetAccountListResponse(val walletId: String, val accounts: ArrayList<DetailAccount>, val aaAccounts: ArrayList<DetailAccount>? = null)

Constructors

Link copied to clipboard
constructor(walletId: String, accounts: ArrayList<DetailAccount>, aaAccounts: ArrayList<DetailAccount>? = null)

Properties

Link copied to clipboard
@SerialName(value = "aa_accounts")
val aaAccounts: ArrayList<DetailAccount>? = null
Link copied to clipboard
Link copied to clipboard