DeleteInvoiceSectionEligibilityDetail Class

The details of delete invoice section eligibility result.

Constructor

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

Variables

Name Description
code

Code for the delete invoice section validation. Known values are: "Other", "LastInvoiceSection", "ActiveAzurePlans", "ReservedInstances", and "ActiveBillingSubscriptions".

message
str

Validation message.

Attributes

code

"Other", "LastInvoiceSection", "ActiveAzurePlans", "ReservedInstances", and "ActiveBillingSubscriptions".

code: str | _models.DeleteInvoiceSectionEligibilityCode | None

message

Validation message.

message: str | None