InvoiceDocument Class

The properties of a document.

Constructor

InvoiceDocument(*args: Any, **kwargs: Any)

Variables

Name Description
document_numbers

The document numbers for the invoice document.

external_url
str

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
str

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
str

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".

Attributes

document_numbers

The document numbers for the invoice document.

document_numbers: list[str] | None

external_url

The URL to download the invoice document if the source is external to Microsoft.Billing.

external_url: str | None

kind

"Other", "Invoice", "VoidNote", "TaxReceipt", "CreditNote", "Summary", and "Transactions".

kind: str | _models.InvoiceDocumentType | None

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.

name: str | None

source

The source of the document. ENF for Brazil and DRS for rest of the world. Known values are: "Other", "DRS", and "ENF".

source: str | _models.DocumentSource | None

url

The URL to download the invoice document if the source is internal to Microsoft.Billing.

url: str | None