DeleteBillingProfileEligibilityResult Class
Eligibility to delete a billing profile result.
Constructor
DeleteBillingProfileEligibilityResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
eligibility_status
|
Status describing if billing profile is eligible to be deleted. Known values are: "Allowed" and "NotAllowed". |
|
eligibility_details
|
Validation details of delete billing profile eligibility. |
Attributes
eligibility_details
Validation details of delete billing profile eligibility.
eligibility_details: list['_models.DeleteBillingProfileEligibilityDetail'] | None
eligibility_status
"Allowed" and "NotAllowed".
eligibility_status: str | _models.DeleteBillingProfileEligibilityStatus | None