DeleteBillingProfileEligibilityDetail Class
Validation details of delete billing profile eligibility.
Constructor
DeleteBillingProfileEligibilityDetail(*, code: str | _models.DeleteBillingProfileEligibilityCode | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
code
|
Code of the delete invoice section eligibility response. Known values are: "None", "ActiveCredits", "ActiveCreditCard", "LastBillingProfile", "NotSupported", "OutstandingCharges", "PendingCharges", "ReservedInstances", and "ActiveBillingSubscriptions". Default value: None
|
|
message
|
Validation message. Default value: None
|
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
|
Validation message. |