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.