Class DetEventoConciliacaoFinanceira
Classe de detalhamento do evento de conciliação financeira
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEvento")]
public class DetEventoConciliacaoFinanceira : EventoDetalhe, IXmlSerializable
Properties
DescEvento
Descrição do evento. Padrão = ECONF
Declaration
[XmlElement("descEvento")]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
DetPag
Grupo de detalhamento do pagamento
Declaration
[XmlElement("detPag")]
public List<DetPagECONF> DetPag { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DetPagECONF> |
VerAplic
Versão do aplicativo do autor do evento.
Declaration
[XmlElement("verAplic")]
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 |