Class TDadosGNRE
Inheritance
System.Object
TDadosGNRE
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class TDadosGNRE
Properties
ContribuinteEmitente
Declaration
public ContribuinteEmitente ContribuinteEmitente { get; set; }
Property Value
DataPagamento
Declaration
public DateTime DataPagamento { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DataPagamentoField
Declaration
public string DataPagamentoField { get; set; }
Property Value
Type |
Description |
System.String |
|
ItensGNRE
Declaration
public ItensGNRE ItensGNRE { get; set; }
Property Value
TipoGNRE
Declaration
public TipoGuiaGNRE TipoGNRE { get; set; }
Property Value
UfFavorecida
Declaration
public UFBrasil UfFavorecida { get; set; }
Property Value
ValorGNRE
Declaration
public double ValorGNRE { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValorGNREField
Declaration
public string ValorGNREField { get; set; }
Property Value
Type |
Description |
System.String |
|
Versao
Declaration
public string Versao { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeDataPagamentoField()
Declaration
public bool ShouldSerializeDataPagamentoField()
Returns
Type |
Description |
System.Boolean |
|