AccountInformation

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

Information about an account.

Constructors

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

Properties

Link copied to clipboard

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.