Class ProcEventoNFGas
Evento da NFGas processado
Inheritance
ProcEventoNFGas
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("procEventoNFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class ProcEventoNFGas : XMLBase, IXmlSerializable
Properties
DhConexao
Declaration
[XmlAttribute("dhConexao")]
public string DhConexao { get; set; }
Property Value
EventoNFGas
Declaration
[XmlElement("eventoNFGas")]
public EventoNFGas EventoNFGas { get; set; }
Property Value
IPTransmissor
Declaration
[XmlAttribute("ipTransmissor")]
public string IPTransmissor { get; set; }
Property Value
NPortaCon
Declaration
[XmlAttribute("nPortaCon")]
public string NPortaCon { get; set; }
Property Value
NomeArquivoDistribuicao
Declaration
[XmlIgnore]
public string NomeArquivoDistribuicao { get; }
Property Value
RetEventoNFGas
Declaration
[XmlElement("retEventoNFGas")]
public RetEventoNFGas RetEventoNFGas { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
Implements