Class DetEventoMDFeAutorizadoComCTe
Classe de detalhamento do evento do MDFe autorizado com 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 DetEventoMDFeAutorizadoComCTe : 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 |
DescEvento
Descrição do evento. Padrão = MDF-e Autorizado com CT-e
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Emit
Evento com o emitente do MDFe autorizado com CTe
Declaration
[XmlElement("emit", Order = 5)]
public DetEventoMDFeAutorizadoComCTeEmit Emit { get; set; }
Property Value
| Type | Description |
|---|---|
| DetEventoMDFeAutorizadoComCTeEmit |
MDFe
Evento do MDFe autorizado com CTe
Declaration
[XmlElement("MDFe", Order = 4)]
public DetEventoMDFeAutorizadoComCTeMDFe MDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| DetEventoMDFeAutorizadoComCTeMDFe |
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 |