Class RetConsSitNFGas
Retorno da consulta situação da NFGas
Inheritance
RetConsSitNFGas
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("retConsSitNFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class RetConsSitNFGas : 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
ProcEventoNFGas
Declaration
[XmlElement("procEventoNFGas")]
public List<ProcEventoNFGas> ProcEventoNFGas { get; set; }
Property Value
ProtNFGas
Declaration
[XmlElement("protNFGas")]
public ProtNFGas ProtNFGas { 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
Methods
ShouldSerializeProcEventoNFGas()
Declaration
public bool ShouldSerializeProcEventoNFGas()
Returns
Implements