Class BasePerAntEESocial5013
Inheritance
System.Object
BasePerAntEESocial5013
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 BasePerAntEESocial5013
Properties
BaseFGTSE
Remuneração (valor da base de cálculo) do FGTS. Validação: Deve ser maior que 0 (zero). Deve corresponder ao somatório dos valores informados no campo remFGTSE do evento de origem, agrupados por tpValorE e indIncidE.
Declaration
public double BaseFGTSE { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BaseFGTSEField
Declaration
public string BaseFGTSEField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IndIncidE
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 IndIncidE { get; set; }
Property Value
Type | Description |
---|---|
IndIncid |
TpValorE
Declaration
public TpValor TpValorE { get; set; }
Property Value
Type | Description |
---|---|
TpValor |
VrFGTSE
Valor histórico do FGTS a ser depositado na conta vinculada do trabalhador. Validação: Deve ser maior que 0 (zero). Deve corresponder ao somatório dos valores informados no campo dpsFGTSE do evento de origem, agrupados por tpValorE.
Declaration
public double VrFGTSE { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VrFGTSEField
Declaration
public string VrFGTSEField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeVrFGTSEField()
Declaration
public bool ShouldSerializeVrFGTSEField()
Returns
Type | Description |
---|---|
System.Boolean |