Document Class

Definition

The properties of a document.

public class Document
type Document = class
Public Class Document
Inheritance
Document

Constructors

Document()

Initializes a new instance of the Document class.

Document(String, String, String)

Initializes a new instance of the Document class.

Properties

Kind

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

Source

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

Url

Gets document URL.

Applies to