Class DetEventoCancelamentoComprovanteEntregaCTe
Classe de detalhamento do evento de cancelamento do comprovante de entrega do CTe
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 DetEventoCancelamentoComprovanteEntregaCTe : EventoDetalhe, IXmlSerializable
Properties
ChCTe
Chave do CTe
Declaration
public string ChCTe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
COrgaoAutor
Código do órgão autor do evento. Informar o código da UF para este evento.
Declaration
public string COrgaoAutor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescEvento
Descrição do evento. Padrão = Cancelamento Comprovante de Entrega do CT-e
Declaration
public override string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
NProtCTeCanc
Número do protocolo de autorização do evento do CTe a que se refere este cancelamento
Declaration
public string NProtCTeCanc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpAutor
Tipo do autor
Declaration
public string TpAutor { 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
ProcessReader()
Declaration
override void ProcessReader()
Overrides
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer |
Overrides
Implements
System.Xml.Serialization.IXmlSerializable