Class Evento
Retorno de sucesso do evento (envelope que contém o pedRegEvento original).
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFSe.NACIONAL
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("evento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public class Evento : XMLBase, IXmlSerializable
Properties
InfEvento
Informações do evento (dados adicionais do retorno).
Declaration
[XmlElement("infEvento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public InfEvento InfEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| InfEvento |
Signature
Assinatura XML-DSig do retorno.
Declaration
[XmlElement("Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
public Signature Signature { get; set; }
Property Value
| Type | Description |
|---|---|
| Signature |
Versao
Versão do schema do XML de retorno.
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |