Invitation¶
Structure Class¶
Invitation
dataclass
¶
Contains information about the invitation to become a member account.
Attributes¶
account_id
class-attribute
instance-attribute
¶
account_id: str | None = None
The ID of the account that the invitation was sent from.
invitation_id
class-attribute
instance-attribute
¶
invitation_id: str | None = None
The ID of the invitation. This value is used to validate the inviter account to the member account.
invited_at
class-attribute
instance-attribute
¶
invited_at: str | None = None
The timestamp when the invitation was sent.
relationship_status
class-attribute
instance-attribute
¶
relationship_status: str | None = None
The status of the relationship between the inviter and invitee accounts.