Class TLoteConsultaGNRE
Inheritance
TLoteConsultaGNRE
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("TLote_ConsultaGNRE", Namespace = "http://www.gnre.pe.gov.br", IsNullable = false)]
public class TLoteConsultaGNRE : XMLBase, IXmlSerializable
Properties
Consulta
Declaration
[XmlElement("consulta")]
public List<Consulta> Consulta { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
Implements