Class Resultado
Inheritance
System.Object
Resultado
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.GNRE
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Resultado
Properties
ArquivoPagamento
Arquivo de pagamento das Guias do Lote
Declaration
public string ArquivoPagamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guia
Declaration
public List<Guia> Guia { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Guia> |
Noticias
Campo pai das notícias vigentes publicadas no Portal GNRE.
Declaration
public Noticias Noticias { get; set; }
Property Value
Type | Description |
---|---|
Noticias |
PDFGuias
PDF com as Guias processadas com sucesso, no formato "String base64".
Declaration
public string PDFGuias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |