DeleteBillingProfileEligibilityDetail Class

Validation details of delete billing profile eligibility.

Constructor

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

Variables

Name Description
code

Code of the delete invoice section eligibility response. Known values are: "None", "ActiveCredits", "ActiveCreditCard", "LastBillingProfile", "NotSupported", "OutstandingCharges", "PendingCharges", "ReservedInstances", and "ActiveBillingSubscriptions".

message
str

Validation message.

Attributes

code

"None", "ActiveCredits", "ActiveCreditCard", "LastBillingProfile", "NotSupported", "OutstandingCharges", "PendingCharges", "ReservedInstances", and "ActiveBillingSubscriptions".

code: str | _models.DeleteBillingProfileEligibilityCode | None

message

Validation message.

message: str | None