Class InfEventoNFGas
Inheritance
InfEventoNFGas
Assembly: Unimake.Business.DFe.dll
Syntax
public class InfEventoNFGas
Properties
CNPJ
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
COrgao
Declaration
[XmlElement("cOrgao")]
public int COrgao { get; set; }
Property Value
ChNFGas
Declaration
[XmlElement("chNFGas")]
public string ChNFGas { get; set; }
Property Value
DetEvento
Declaration
[XmlElement("detEvento")]
public DetEventoNFGas DetEvento { get; set; }
Property Value
DhEvento
Declaration
[XmlElement("dhEvento")]
public string DhEvento { get; set; }
Property Value
Id
Declaration
[XmlAttribute(AttributeName = "Id", DataType = "token")]
public string Id { get; set; }
Property Value
NSeqEvento
Declaration
[XmlElement("nSeqEvento")]
public int NSeqEvento { get; set; }
Property Value
TpAmb
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
TpEvento
Declaration
[XmlElement("tpEvento")]
public TipoEventoNFGas TpEvento { get; set; }
Property Value