Class DetEventoVincPgto
Inheritance
DetEventoVincPgto
Assembly: Unimake.Business.DFe.dll
Syntax
public class DetEventoVincPgto : EventoDetalhe, IXmlSerializable
Properties
DescEvento
Declaration
[XmlElement("descEvento")]
public override string DescEvento { get; set; }
Property Value
Overrides
NProt
Declaration
[XmlElement("nProt")]
public string NProt { get; set; }
Property Value
Pgto
Declaration
[XmlElement("pgto")]
public Pgto Pgto { get; set; }
Property Value
VersaoEvento
Declaration
[XmlAttribute("versaoEvento", DataType = "string")]
public override string VersaoEvento { get; set; }
Property Value
Overrides
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Overrides
Implements