Class DetEventoCancelamentoInsucessoEntregaNFe
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class DetEventoCancelamentoInsucessoEntregaNFe : EventoDetalhe, IXmlSerializable
Properties
COrgaoAutor
Código do Órgão Autor do Evento. Informar o Código da F da Chave de Acesso para este Evento.
Declaration
public UFBrasil COrgaoAutor { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
COrgaoAutorField
Declaration
public int COrgaoAutorField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DescEvento
Descrição do evento
Declaration
public override string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
NProtEvento
Informar o número do Protocolo de Autorização do Evento da NF-e a que se refere este cancelamento.
Declaration
public string NProtEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VerAplic
Versão do aplicativo do Autor do Evento.
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer |
Overrides
Implements
System.Xml.Serialization.IXmlSerializable