Class NFeTxtDocumento
Representa o XML de uma NFe ou NFCe convertido a partir de um TXT.
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
public sealed class NFeTxtDocumento
Properties
Chave
Obtém a chave de acesso do documento.
Declaration
public string Chave { get; }
Property Value
| Type | Description |
|---|---|
| string |
Numero
Obtém o número da nota fiscal.
Declaration
public int Numero { get; }
Property Value
| Type | Description |
|---|---|
| int |
Serie
Obtém a série da nota fiscal.
Declaration
public int Serie { get; }
Property Value
| Type | Description |
|---|---|
| int |
Xml
Obtém o XML da NFe ou NFCe, sem qualquer persistência em disco.
Declaration
public string Xml { get; }
Property Value
| Type | Description |
|---|---|
| string |