DeleteInvoiceSectionEligibilityResult Class
Eligibility to delete an invoice section result.
- Inheritance
-
azure.mgmt.billing._serialization.ModelDeleteInvoiceSectionEligibilityResult
Constructor
DeleteInvoiceSectionEligibilityResult(*, eligibility_status: str | _models.DeleteInvoiceSectionEligibilityStatus | None = None, eligibility_details: List[_models.DeleteInvoiceSectionEligibilityDetail] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
eligibility_status
|
Status describing if invoice section is eligible to be deleted. Known values are: "Allowed" and "NotAllowed". |
eligibility_details
|
A list of delete invoice section eligibility result details. |
Variables
Name | Description |
---|---|
eligibility_status
|
Status describing if invoice section is eligible to be deleted. Known values are: "Allowed" and "NotAllowed". |
eligibility_details
|
A list of delete invoice section eligibility result details. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python