Class NfeProcDownload
NFCe processada retornada no serviço de download
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class NfeProcDownload
Properties
DhInc
Data e hora de inclusão no banco de dados da SEFAZ
Declaration
[XmlIgnore]
public DateTimeOffset DhInc { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DhIncField
Data e hora de inclusão (campo serializado)
Declaration
[XmlElement("dhInc")]
public string DhIncField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NFeXML
Retorna o XML da NFe como string
Declaration
[XmlIgnore]
public string NFeXML { get; }
Property Value
| Type | Description |
|---|---|
| string |
NFeXMLNode
XML completo da NFe como XmlNode
Declaration
[XmlAnyElement]
public XmlNode[] NFeXMLNode { get; set; }
Property Value
| Type | Description |
|---|---|
| XmlNode[] |
NProt
Número do protocolo de autorização
Declaration
[XmlElement("nProt")]
public string NProt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Versao
Versão do leiaute
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |