EnrollmentAccountSubscriptionDetails Class

The billing properties that can be modified. Available only for the Enterprise Agreement Type.

Constructor

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

Variables

Name Description
enrollment_account_start_date

The enrollment Account and the subscription association start date. This field is available only for the Enterprise Agreement Type.

subscription_enrollment_account_status

The current enrollment account status of the subscription. This field is available only for the Enterprise Agreement Type. Known values are: "Active", "Cancelled", "Expired", "Deleted", "TransferredOut", "Transferring", and "Inactive".

Attributes

enrollment_account_start_date

The enrollment Account and the subscription association start date. This field is available only for the Enterprise Agreement Type.

enrollment_account_start_date: datetime | None

subscription_enrollment_account_status

The current enrollment account status of the subscription. This field is available only for the Enterprise Agreement Type. Known values are: "Active", "Cancelled", "Expired", "Deleted", "TransferredOut", "Transferring", and "Inactive".

subscription_enrollment_account_status: str | _models.SubscriptionEnrollmentAccountStatus | None