Class BasePerApur
Inheritance
System.Object
BasePerApur
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 BasePerApur
Properties
DetRubrSusp
Declaration
public List<DetRubrSusp> DetRubrSusp { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DetRubrSusp> |
DpsFGTS
Valor histórico do FGTS a ser depositado na conta vinculada do trabalhador. Validação: Deve ser maior que 0 (zero) e informado somente se indIncid = [1].
Declaration
public double DpsFGTS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DpsFGTSFIeld
Declaration
public string DpsFGTSFIeld { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IndIncid
Valores válidos: 1 - Normal (incidência de FGTS) 9 - Incidência de FGTS suspensa em decorrência de decisão judicial
Declaration
public IndIncid IndIncid { get; set; }
Property Value
Type | Description |
---|---|
IndIncid |
RemFGTS
Remuneração (valor da base de cálculo) do FGTS, conforme definido nos campos tpValor e indIncid.
Declaration
public double RemFGTS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RemFGTSField
Declaration
public string RemFGTSField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpValor
Declaration
public TpValor TpValor { get; set; }
Property Value
Type | Description |
---|---|
TpValor |
Methods
ShouldSerializeDpsFGTSField()
Declaration
public bool ShouldSerializeDpsFGTSField()
Returns
Type | Description |
---|---|
System.Boolean |