Class InfoCategIncid
Informações relativas à matrícula e categoria do trabalhador e tipos de incidências.
Inheritance
System.Object
InfoCategIncid
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class InfoCategIncid
Properties
CalcTerc
Cálculo das contribuições sociais devidas a Outras Entidades e Fundos.
Declaration
public List<CalcTerc> CalcTerc { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CalcTerc> |
|
CodCateg
Preencher com o código da categoria do trabalhador,
conforme Tabela 01.
Validação: Se o evento de origem for S-1200, retornar o
código de categoria informado nesse evento.Se o
evento de origem for S-2299 ou S-2399, retornar o
código de categoria existente no Registro de Eventos
Trabalhistas - RET.
Declaration
public CodCateg CodCateg { get; set; }
Property Value
IndSimples
Indicador de contribuição substituída.
Valores válidos:
1 - Contribuição substituída integralmente
2 - Contribuição não substituída
3 - Contribuição não substituída concomitante com
contribuição substituída
Evento de origem: S-1200, S-2299 ou S-2399.
Declaration
public IndSimples? IndSimples { get; set; }
Property Value
InfoBaseCS
Informações sobre bases de cálculo, descontos e
deduções de contribuições sociais devidas à Previdência
Social e a Outras Entidades e Fundos.
Evento de origem: S-1200, S-2299 ou S-2399.
Declaration
public List<InfoBaseCS> InfoBaseCS { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<InfoBaseCS> |
|
InfoPerRef
Informações de remuneração por período de referência.
Declaration
public List<InfoPerRef> InfoPerRef { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<InfoPerRef> |
|
Matricula
Matrícula atribuída ao trabalhador pela empresa ou, no
caso de servidor público, a matrícula constante no
Sistema de Administração de Recursos Humanos do órgão.
Evento de origem: S-1200, S-2299 ou S-2399.
Declaration
public string Matricula { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeIndSimples()
Declaration
public bool ShouldSerializeIndSimples()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMatricula()
Declaration
public bool ShouldSerializeMatricula()
Returns
Type |
Description |
System.Boolean |
|