Class DetEventoComprovanteEntregaCTe
Classe de detalhamento do evento de comprovante de entrega do CTe
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 DetEventoComprovanteEntregaCTe : EventoDetalhe, IXmlSerializable
Properties
COrgaoAutor
Código do órgão autor do evento. Informar o código da UF para este evento.
Declaration
[XmlElement("cOrgaoAutor", Order = 1)]
public string COrgaoAutor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CTe
Evento do comprovante de entrega do CTe
Declaration
[XmlElement("CTe", Order = 4)]
public DetEventoComprovanteEntregaCTeCTe CTe { get; set; }
Property Value
| Type | Description |
|---|---|
| DetEventoComprovanteEntregaCTeCTe |
DescEvento
Descrição do evento. Padrão = Comprovante de Entrega do CT-e
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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 |