Class InfEvento
Informações do evento (metadados do processamento).
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFSe.NACIONAL
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType("infEvento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public class InfEvento
Properties
AmbGer
Ambiente de geração do evento.
Declaration
[XmlElement("ambGer", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public TipoAmbiente AmbGer { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
DhProc
Data e hora do processamento.
Declaration
[XmlIgnore]
public DateTimeOffset DhProc { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DhProcField
Declaration
[XmlElement("dhProc", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public string DhProcField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Identificador do evento.
Declaration
[XmlAttribute(AttributeName = "Id", DataType = "token")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NDFe
Número do documento fiscal eletrônico.
Declaration
[XmlElement("nDFe", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public int NDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
NSeqEvento
Número sequencial do evento.
Declaration
[XmlElement("nSeqEvento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public int NSeqEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PedRegEvento
Pedido de registro de evento original (retornado pelo servidor).
Declaration
[XmlElement("pedRegEvento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public PedRegEvento PedRegEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| PedRegEvento |
VerAplic
Versão da aplicação que processou.
Declaration
[XmlElement("verAplic", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public string VerAplic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |