Class ConsSitDCe
Assembly: Unimake.Business.DFe.dll
Syntax
[XmlRoot("consSitDCe", Namespace = "http://www.portalfiscal.inf.br/dce", IsNullable = false)]
public class ConsSitDCe : XMLBase, IXmlSerializable
Properties
ChDCe
Declaration
[XmlElement("chDCe")]
public string ChDCe { get; set; }
Property Value
TpAmb
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
XServ
Declaration
[XmlElement("xServ")]
public string XServ { get; set; }
Property Value
Implements