DeleteInvoiceSectionEligibilityResult Class

Eligibility to delete an invoice section result.

Inheritance
azure.mgmt.billing._serialization.Model
DeleteInvoiceSectionEligibilityResult

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.