Class DetEventoCTeAutorizado
Classe de detalhamento do evento de CTe autorizado
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 DetEventoCTeAutorizado : EventoDetalhe, IXmlSerializable
Properties
CTe
Evento do CTe autorizado
Declaration
[XmlElement("CTe", Order = 1)]
public DetEventoCTeAutorizadoCTe CTe { get; set; }
Property Value
| Type | Description |
|---|---|
| DetEventoCTeAutorizadoCTe |
DescEvento
Descrição do evento. Padrão = CT-e Autorizado
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Emit
Evento do emitente do CTe autorizado
Declaration
[XmlElement("emit", Order = 2)]
public DetEventoCTeAutorizadoEmit Emit { get; set; }
Property Value
| Type | Description |
|---|---|
| DetEventoCTeAutorizadoEmit |
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |