Class DetEventoAutorizadoCTeComplementar
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
public class DetEventoAutorizadoCTeComplementar : EventoDetalhe, IXmlSerializable
Fields
_evCTeComplementar
Declaration
EvCTeComplementar _evCTeComplementar
Field Value
Type | Description |
---|---|
EvCTeComplementar |
Properties
ChCTeCompl
Chave de acesso do CT-e complementar.
Declaration
public string ChCTeCompl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescEvento
Descrição do evento de autorização do CT-e complementar.
Declaration
public override string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
DhRecbto
Data e hora de recebimento da autorização do CT-e complementar.
Declaration
public string DhRecbto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EvCTeComplementar
Evento de autorização do CT-e complementar.
Declaration
public EvCTeComplementar EvCTeComplementar { get; set; }
Property Value
Type | Description |
---|---|
EvCTeComplementar |
NProt
Número do protocolo de autorização do CT-e complementar.
Declaration
public string NProt { 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