Class EvtBasesTrab
Evento Informações das Contribuições Sociais por Trabalhador
Inheritance
System.Object
EvtBasesTrab
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 EvtBasesTrab
Properties
Id
ID
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdeEmpregador
Informações de identificação do empregador.
Declaration
public IdeEmpregador IdeEmpregador { get; set; }
Property Value
Type | Description |
---|---|
IdeEmpregador |
IdeEvento
Identificação do evento de retorno.
Declaration
public IdeEventoESocial5001 IdeEvento { get; set; }
Property Value
Type | Description |
---|---|
IdeEventoESocial5001 |
IdeTrabalhador
Identificação do trabalhador.
Declaration
public IdeTrabalhadorESocial5001 IdeTrabalhador { get; set; }
Property Value
Type | Description |
---|---|
IdeTrabalhadorESocial5001 |
InfoCp
Informações sobre bases e valores das contribuições sociais (opcional).
Declaration
public InfoCp InfoCp { get; set; }
Property Value
Type | Description |
---|---|
InfoCp |
InfoCpCalc
Cálculo da contribuição previdenciária do segurado, incidente sobre a remuneração do período de apuração e de períodos anteriores informada nos eventos S-1200, S2299 e S-2399.
Declaration
public List<InfoCpCalc> InfoCpCalc { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoCpCalc> |