InvoiceDocument Class
The properties of a document.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelInvoiceDocument
Constructor
InvoiceDocument(**kwargs: Any)
Variables
Name | Description |
---|---|
document_numbers
|
The document numbers for the invoice document. |
external_url
|
The URL to download the invoice document if the source is external to Microsoft.Billing. |
kind
|
The type of the document. Known values are: "Other", "Invoice", "VoidNote", "TaxReceipt", "CreditNote", "Summary", and "Transactions". |
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. |
url
|
The URL to download the invoice document if the source is internal to Microsoft.Billing. |
source
|
The source of the document. ENF for Brazil and DRS for rest of the world. Known values are: "Other", "DRS", and "ENF". |
Azure SDK for Python