Class EventosConsulta
Informações do evento consultado
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFSe.NACIONAL
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true)]
public class EventosConsulta
Properties
ArquivoXml
Evento completo (após descompressão do GZIP)
Declaration
[XmlElement("arquivoXml")]
public ArquivoXmlEvento ArquivoXml { get; set; }
Property Value
| Type | Description |
|---|---|
| ArquivoXmlEvento |
ChaveAcesso
Chave de acesso da NFSe
Declaration
[XmlElement("chaveAcesso")]
public string ChaveAcesso { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataHoraRecebimento
Data e hora do recebimento
Declaration
[XmlElement("dataHoraRecebimento")]
public string DataHoraRecebimento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumeroPedidoRegistroEvento
Número do pedido de registro do evento
Declaration
[XmlElement("numeroPedidoRegistroEvento")]
public string NumeroPedidoRegistroEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TipoEvento
Tipo do evento
Declaration
[XmlElement("tipoEvento")]
public string TipoEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |