Document Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET