Class DetEventoAverbacaoExportacao
Classe de detalhamento do evento de averbação da exportação
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEvento", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
public class DetEventoAverbacaoExportacao : EventoDetalhe, IXmlSerializable
Properties
DescEvento
Descrição do evento. Padrão = Averbação para Exportação
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ItensAverbados
Itens da NFe/NFCe do evento
Declaration
[XmlElement("itensAverbados", Order = 4)]
public List<DetEventoAverbacaoExportacaoItensAverbados> ItensAverbados { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DetEventoAverbacaoExportacaoItensAverbados> |
TpAutor
Tipo do autor
Declaration
[XmlElement("tpAutor", Order = 2)]
public string TpAutor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerAplic
Versão do aplicativo do autor do evento
Declaration
[XmlElement("verAplic", Order = 3)]
public string VerAplic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |