Class Recibo
Contém os dados do recibo de entrega do evento
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.ESocial.Retorno
Assembly: Unimake.Business.DFe.dll
Syntax
public class Recibo
Properties
Hash
Hash do evento. Será considerado o hash utilizado na assinatura do conteúdo evento.
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrRecibo
Número de recibo do evento
Declaration
public string NrRecibo { get; set; }
Property Value
Type | Description |
---|---|
System.String |