Class EventoEncerramentoFisco
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "evMDFeEncFisco")]
public class EventoEncerramentoFisco : EventoDetalhe, IXmlSerializable
Properties
DescEvento
Descrição do Evento.
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
TpEnc
Tipo de Encerramento.
Declaration
[XmlElement("tpEnc", Order = 1)]
public string TpEnc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XJust
Justificativa do Encerramento.
Declaration
[XmlElement("xJust", Order = 2)]
public string XJust { get; set; }
Property Value
| Type | Description |
|---|---|
| string |