Class RetConsStatServNFGas
Retorno da consulta status do serviço da NFGas
Inheritance
RetConsStatServNFGas
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("retConsStatServNFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class RetConsStatServNFGas : XMLBase, IXmlSerializable
Properties
CStat
Declaration
[XmlElement("cStat")]
public int CStat { get; set; }
Property Value
CUF
Declaration
[XmlIgnore]
public UFBrasil CUF { get; set; }
Property Value
CUFField
Declaration
[XmlElement("cUF")]
public int CUFField { get; set; }
Property Value
DhRecbto
Declaration
[XmlElement("dhRecbto")]
public string DhRecbto { get; set; }
Property Value
DhRetorno
Declaration
[XmlElement("dhRetorno")]
public string DhRetorno { get; set; }
Property Value
TMed
Declaration
[XmlElement("tMed")]
public int TMed { get; set; }
Property Value
TpAmb
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
VerAplic
Declaration
[XmlElement("verAplic")]
public string VerAplic { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
XMotivo
Declaration
[XmlElement("xMotivo")]
public string XMotivo { get; set; }
Property Value
XObs
Declaration
[XmlElement("xObs")]
public string XObs { get; set; }
Property Value
Methods
ShouldSerializeDhRetorno()
Declaration
public bool ShouldSerializeDhRetorno()
Returns
ShouldSerializeTMed()
Declaration
public bool ShouldSerializeTMed()
Returns
ShouldSerializeXObs()
Declaration
public bool ShouldSerializeXObs()
Returns
Implements