Class Guia
Inheritance
System.Object
Guia
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 Guia
Properties
CodigoBarras
Declaration
public string CodigoBarras { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinhaDigitavel
Declaration
public string LinhaDigitavel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MotivosRejeicao
Declaration
public MotivosRejeicao MotivosRejeicao { get; set; }
Property Value
Type | Description |
---|---|
MotivosRejeicao |
QrcodePayload
Declaration
public string QrcodePayload { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RepresentacaoNumerica
Declaration
public string RepresentacaoNumerica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SituacaoGuia
Declaration
public SituacaoGuiaGNRE SituacaoGuia { get; set; }
Property Value
Type | Description |
---|---|
SituacaoGuiaGNRE |
TDadosGNRE
Declaration
public TDadosGNRE TDadosGNRE { get; set; }
Property Value
Type | Description |
---|---|
TDadosGNRE |