Class EventoDeRetornoESocial
Inheritance
System.Object
EventoDeRetornoESocial
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
Assembly: Unimake.Business.DFe.dll
Syntax
public class EventoDeRetornoESocial
Properties
ID
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdeEmpregador
Declaration
public IdeEmpregador IdeEmpregador { get; set; }
Property Value
Type | Description |
---|---|
IdeEmpregador |
Processamento
Declaration
public ProcessamentoRetornoESocial Processamento { get; set; }
Property Value
Type | Description |
---|---|
ProcessamentoRetornoESocial |
Recepcao
Declaration
public RecepcaoESocial Recepcao { get; set; }
Property Value
Type | Description |
---|---|
RecepcaoESocial |
Recibo
Declaration
public ReciboESocial Recibo { get; set; }
Property Value
Type | Description |
---|---|
ReciboESocial |