Class DetRubrSusp
Detalhamento da(s) rubrica(s) com incidência de FGTS suspensa em decorrência de decisão judicial
Inheritance
System.Object
DetRubrSusp
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 DetRubrSusp
Properties
CodRubr
Informar o código atribuído pelo empregador que identifica a rubrica em sua folha de pagamento
Declaration
public string CodRubr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdeProcessoFGTS
Processo(s) judicial(is) com decisão/sentença favorável, determinando a não incidência de FGTS
Declaration
public List<IdeProcessoFGTS5003> IdeProcessoFGTS { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IdeProcessoFGTS5003> |
IdeTabRubr
Preencher com o identificador da Tabela de Rubricas para a rubrica definida em codRubr
Declaration
public string IdeTabRubr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VrRubr
Valor total da rubrica. Evento de origem: S-1200, S-2299 ou S-2399. Validação: Deve corresponder ao somatório dos valores informados no campo {vrRubr} dos eventos de origem para a respectiva rubrica.
Declaration
public double VrRubr { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VrRubrField
Declaration
public string VrRubrField { get; set; }
Property Value
Type | Description |
---|---|
System.String |