AccountInformation

@Serializable
data class AccountInformation(val creation: Instant, val loyaltyTitle: String?, val position: String?)(source)

Information about an account.

Constructors

Link copied to clipboard
constructor(creation: Instant, loyaltyTitle: String?, position: String?)

Properties

Link copied to clipboard
val creation: Instant

The date and time when the account was created.

Link copied to clipboard

The loyalty title of the account, if any.

Link copied to clipboard

If the account holds a special position.