Class TResultLoteGNRE
Inheritance
TResultLoteGNRE
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("TResultLote_GNRE", Namespace = "http://www.gnre.pe.gov.br", IsNullable = false)]
public class TResultLoteGNRE : XMLBase, IXmlSerializable
Properties
Ambiente
Declaration
[XmlElement("ambiente")]
public TipoAmbiente Ambiente { get; set; }
Property Value
NumeroRecibo
Declaration
[XmlElement("numeroRecibo")]
public string NumeroRecibo { get; set; }
Property Value
Resultado
Declaration
[XmlElement("resultado")]
public Resultado Resultado { get; set; }
Property Value
SituacaoProcess
Declaration
[XmlElement("situacaoProcess")]
public SituacaoProcess SituacaoProcess { get; set; }
Property Value
Implements