Class RetConsMDFeNaoEnc
Retorno consulta MDFe não encerrados
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[XmlRoot("retConsMDFeNaoEnc", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
public class RetConsMDFeNaoEnc : XMLBase, IXmlSerializable
Properties
CStat
Código do status da resposta.
Declaration
[XmlElement("cStat")]
public int CStat { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CUF
Código da UF.
Declaration
[XmlIgnore]
public UFBrasil CUF { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil |
CUFField
Código da UF (formato string para serialização XML).
Declaration
[XmlElement("cUF")]
public int CUFField { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
InfMDFe
Informações dos MDFe não encerrados.
Declaration
[XmlElement("infMDFe")]
public List<RetConsMDFeNaoEncInfMDFe> InfMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RetConsMDFeNaoEncInfMDFe> |
TpAmb
Tipo de ambiente.
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
VerAplic
Versão do aplicativo que processou o retorno da consulta de MDFe não encerrados.
Declaration
[XmlElement("verAplic")]
public string VerAplic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Versao
Versão do processamento do retorno da consulta de MDFe não encerrados.
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XMotivo
Descrição literal do status da resposta.
Declaration
[XmlElement("xMotivo")]
public string XMotivo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |