SubscriptionEnrollmentDetails Class

The enrollment details for the subscription. Available for billing accounts with agreement type Enterprise Agreement.

Constructor

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

Variables

Name Description
department_display_name
str

The name of the department.

department_id
str

The ID that uniquely identifies the department.

enrollment_account_status
str

The status of the enrollment account.

enrollment_account_display_name
str

The name of the enrollment account.

enrollment_account_id
str

The ID that uniquely identifies an enrollment account.

Attributes

department_display_name

The name of the department.

department_display_name: str | None

department_id

The ID that uniquely identifies the department.

department_id: str | None

enrollment_account_display_name

The name of the enrollment account.

enrollment_account_display_name: str | None

enrollment_account_id

The ID that uniquely identifies an enrollment account.

enrollment_account_id: str | None

enrollment_account_status

The status of the enrollment account.

enrollment_account_status: str | None