Class InfMunDescarga
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class InfMunDescarga
Properties
CMunDescarga
Código do Município de Descarregamento
Declaration
[XmlElement("cMunDescarga")]
public long CMunDescarga { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
InfCTe
Informações dos CTes
Declaration
[XmlElement("infCTe")]
public List<InfMunDescargaInfCTe> InfCTe { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfMunDescargaInfCTe> |
InfMDFeTransp
Informações dos MDFes de Transporte
Declaration
[XmlElement("infMDFeTransp")]
public List<InfMunDescargaInfMDFeTransp> InfMDFeTransp { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfMunDescargaInfMDFeTransp> |
InfNFe
Informações das NFes
Declaration
[XmlElement("infNFe")]
public List<InfMunDescargaInfNFe> InfNFe { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfMunDescargaInfNFe> |
XMunDescarga
Nome do Município de Descarregamento
Declaration
[XmlElement("xMunDescarga")]
public string XMunDescarga { get; set; }
Property Value
| Type | Description |
|---|---|
| string |