SubscriptionEnrollmentDetails Class
The enrollment details for the subscription. Available for billing accounts with agreement type Enterprise Agreement.
Constructor
SubscriptionEnrollmentDetails(*, department_display_name: str | None = None, department_id: str | None = None, enrollment_account_status: str | None = None, enrollment_account_display_name: str | None = None, enrollment_account_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
department_display_name
|
The name of the department. Default value: None
|
|
department_id
|
The ID that uniquely identifies the department. Default value: None
|
|
enrollment_account_status
|
The status of the enrollment account. Default value: None
|
|
enrollment_account_display_name
|
The name of the enrollment account. Default value: None
|
|
enrollment_account_id
|
The ID that uniquely identifies an enrollment account. Default value: None
|
Variables
| Name | Description |
|---|---|
|
department_display_name
|
The name of the department. |
|
department_id
|
The ID that uniquely identifies the department. |
|
enrollment_account_status
|
The status of the enrollment account. |
|
enrollment_account_display_name
|
The name of the enrollment account. |
|
enrollment_account_id
|
The ID that uniquely identifies an enrollment account. |