Participant Class

Billing account name. Available for a specific type of agreement.

Constructor

Participant(*args: Any, **kwargs: Any)

Variables

Name Description
email
str

The email address of the participant.

status
str

The acceptance status of the participant.

status_date

The date when the status got changed.

Attributes

email

The email address of the participant.

email: str | None

status

The acceptance status of the participant.

status: str | None

status_date

The date when the status got changed.

status_date: datetime | None