InvoiceDocument interface
The properties of a document.
Properties
| document |
The document numbers for the invoice document. |
| external |
The URL to download the invoice document if the source is external to Microsoft.Billing. |
| kind | The type of the 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. |
| source | The source of the document. ENF for Brazil and DRS for rest of the world. |
| url | The URL to download the invoice document if the source is internal to Microsoft.Billing. |
Property Details
documentNumbers
The document numbers for the invoice document.
documentNumbers?: string[]
Property Value
string[]
externalUrl
The URL to download the invoice document if the source is external to Microsoft.Billing.
externalUrl?: string
Property Value
string
kind
The type of the document.
kind?: string
Property Value
string
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?: string
Property Value
string
source
The source of the document. ENF for Brazil and DRS for rest of the world.
source?: string
Property Value
string
url
The URL to download the invoice document if the source is internal to Microsoft.Billing.
url?: string
Property Value
string