UserAccessPass#

class UserAccessPass[source]#

A user’s purchased access plan.

scope: Literal['access-plan']#

This was a purchase of an access pass.

purchased_item: TenantAccessPlan#

The plan that was purchased.

id: str#

The id of the transaction.

state: TransactionState#

The state of the transaction.

success_at: Optional[datetime]#

The moment the payment was successful, this will always be not None when state is success.

updated_at: datetime#

The moment this transaction was last updated.

short_id: str#

The short id of the transaction.