Invitation

Contains information about the invitation to become a member account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the account that the invitation was sent from.

Link copied to clipboard

The ID of the invitation. This value is used to validate the inviter account to the member account.

Link copied to clipboard

The timestamp when the invitation was sent.

Link copied to clipboard

The status of the relationship between the inviter and invitee accounts.

Functions

Link copied to clipboard
inline fun copy(block: Invitation.Builder.() -> Unit = {}): Invitation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String