AccountData

data class AccountData(val accountId: String, val accountType: AccountType, val identifier: String)

アカウントデータ

Constructors

Link copied to clipboard
constructor(accountId: String, accountType: AccountType, identifier: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard