Class EventoIncDFeMDFe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEventoIncDFeMDFe")]
public class EventoIncDFeMDFe : EventoDetalhe, IXmlSerializable
Properties
CMunCarrega
Código do Município de Carregamento
Declaration
[XmlElement("cMunCarrega", Order = 2)]
public string CMunCarrega { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescEvento
Descrição do Evento: Inclusão DF-e
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
InfDoc
Informações do Documento
Declaration
[XmlElement("infDoc", Order = 4)]
public List<InfDoc> InfDoc { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfDoc> |
NProt
Número do Protocolo
Declaration
[XmlElement("nProt", Order = 1)]
public string NProt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XMunCarrega
Nome do Município de Carregamento
Declaration
[XmlElement("xMunCarrega", Order = 3)]
public string XMunCarrega { get; set; }
Property Value
| Type | Description |
|---|---|
| string |