Class ConsSitMDFe
Consulta Situação MDFe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[XmlRoot("consSitMDFe", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
public class ConsSitMDFe : XMLBase, IXmlSerializable
Properties
ChMDFe
Chave de acesso do MDF-e
Declaration
[XmlElement("chMDFe")]
public string ChMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpAmb
Tipo de Ambiente
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
Versao
Versão do leiaute
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XServ
Serviço Solicitado
Declaration
[XmlElement("xServ")]
public string XServ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |