Class DetEventoCancVincPgto
Inheritance
DetEventoCancVincPgto
Assembly: Unimake.Business.DFe.dll
Syntax
public class DetEventoCancVincPgto : 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
NProtVincPgto
Declaration
[XmlElement("nProtVincPgto")]
public string NProtVincPgto { 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