Class RetEventoNFGas
Retorno do evento da NFGas
Inheritance
RetEventoNFGas
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("retEventoNFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class RetEventoNFGas : XMLBase, IXmlSerializable
Properties
InfEvento
Declaration
[XmlElement("infEvento")]
public InfRetEventoNFGas InfEvento { get; set; }
Property Value
Signature
Declaration
[XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
public Signature Signature { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
Implements