Document Constructors

Definition

Overloads

Document()

Initializes a new instance of the Document class.

Document(String, String, String)

Initializes a new instance of the Document class.

Document()

Initializes a new instance of the Document class.

public Document ();
Public Sub New ()

Applies to

Document(String, String, String)

Initializes a new instance of the Document class.

public Document (string kind = default, string url = default, string source = default);
new Microsoft.Azure.Management.Billing.Models.Document : string * string * string -> Microsoft.Azure.Management.Billing.Models.Document
Public Sub New (Optional kind As String = Nothing, Optional url As String = Nothing, Optional source As String = Nothing)

Parameters

kind
String

The type of the document. Possible values include: 'Invoice', 'VoidNote', 'TaxReceipt', 'CreditNote'

url
String

Document URL.

source
String

The source of the document. ENF for Brazil and DRS for rest of the world. Possible values include: 'DRS', 'ENF'

Applies to