InvoiceDocument interface

The properties of a document.

Properties

documentNumbers

The document numbers for the invoice document. NOTE: This property will not be serialized. It can only be populated by the server.

externalUrl

The URL to download the invoice document if the source is external to Microsoft.Billing. NOTE: This property will not be serialized. It can only be populated by the server.

kind

The type of the document. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

source

The source of the document. ENF for Brazil and DRS for rest of the world. NOTE: This property will not be serialized. It can only be populated by the server.

url

The URL to download the invoice document if the source is internal to Microsoft.Billing. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

documentNumbers

The document numbers for the invoice document. NOTE: This property will not be serialized. It can only be populated by the server.

documentNumbers?: string[]

Property Value

string[]

externalUrl

The URL to download the invoice document if the source is external to Microsoft.Billing. NOTE: This property will not be serialized. It can only be populated by the server.

externalUrl?: string

Property Value

string

kind

The type of the document. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

source

The source of the document. ENF for Brazil and DRS for rest of the world. NOTE: This property will not be serialized. It can only be populated by the server.

source?: string

Property Value

string

url

The URL to download the invoice document if the source is internal to Microsoft.Billing. NOTE: This property will not be serialized. It can only be populated by the server.

url?: string

Property Value

string