GetAccountResult

data class GetAccountResult(val accountId: String? = null, val createdOn: String, val filter: GetAccountFilter? = null, val id: String, val name: String, val settings: GetAccountSettings)

A collection of values returned by getAccount.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, createdOn: String, filter: GetAccountFilter? = null, id: String, name: String, settings: GetAccountSettings)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

Account identifier tag.

Link copied to clipboard

Timestamp for the creation of the account

Link copied to clipboard
Link copied to clipboard
val id: String

Account identifier tag.

Link copied to clipboard

Account name

Link copied to clipboard

Account settings