toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
GetAccountListResponse
Get
Account
List
Response
@
Serializable
data
class
GetAccountListResponse
(
val
walletId
:
String
,
val
accounts
:
ArrayList
<
DetailAccount
>
,
val
aaAccounts
:
ArrayList
<
DetailAccount
>
?
=
null
)
Members
Constructors
Get
Account
List
Response
Link copied to clipboard
constructor
(
walletId
:
String
,
accounts
:
ArrayList
<
DetailAccount
>
,
aaAccounts
:
ArrayList
<
DetailAccount
>
?
=
null
)
Properties
aa
Accounts
Link copied to clipboard
@
SerialName
(
value
=
"aa_accounts"
)
val
aaAccounts
:
ArrayList
<
DetailAccount
>
?
=
null
accounts
Link copied to clipboard
val
accounts
:
ArrayList
<
DetailAccount
>
wallet
Id
Link copied to clipboard
val
walletId
:
String