Class ConsStatServNFGas
Consulta status do serviço da NFGas
Inheritance
ConsStatServNFGas
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("consStatServNFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class ConsStatServNFGas : XMLBase, IXmlSerializable
Properties
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