Class Recibo
Inheritance
System.Object
Recibo
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 Recibo
Properties
DataHoraRecibo
Declaration
public DateTimeOffset DataHoraRecibo { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DataHoraReciboField
Declaration
public string DataHoraReciboField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Numero
Declaration
public string Numero { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TempoEstimadoProc
Declaration
public int TempoEstimadoProc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |