DeleteBillingProfileEligibilityResult Class
Eligibility to delete a billing profile result.
Constructor
DeleteBillingProfileEligibilityResult(*, eligibility_status: str | _models.DeleteBillingProfileEligibilityStatus | None = None, eligibility_details: List[_models.DeleteBillingProfileEligibilityDetail] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
eligibility_status
|
Status describing if billing profile is eligible to be deleted. Known values are: "Allowed" and "NotAllowed". Default value: None
|
|
eligibility_details
|
Validation details of delete billing profile eligibility. Default value: None
|
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. |