GetAccountsResult

data class GetAccountsResult(val createdOn: String, val id: String, val name: String, val settings: GetAccountsResultSettings)

Constructors

Link copied to clipboard
constructor(createdOn: String, id: String, name: String, settings: GetAccountsResultSettings)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp for the creation of the account

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

Account name

Link copied to clipboard

Account settings