DocumentDownloadRequest Class
A list of download details for individual documents.
- Inheritance
-
azure.mgmt.billing._serialization.ModelDocumentDownloadRequest
Constructor
DocumentDownloadRequest(*, document_name: str | None = None, invoice_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
document_name
|
The ID that uniquely identifies an invoice document. This ID may be an identifier for an invoice PDF, a credit note, or a tax receipt. If omitted, the most recent invoice PDF for the invoice will be returned. |
invoice_name
|
The ID that uniquely identifies an invoice. |
Variables
Name | Description |
---|---|
document_name
|
The ID that uniquely identifies an invoice document. This ID may be an identifier for an invoice PDF, a credit note, or a tax receipt. If omitted, the most recent invoice PDF for the invoice will be returned. |
invoice_name
|
The ID that uniquely identifies an invoice. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python