Class BasePerApurESocial5013
Inheritance
System.Object
BasePerApurESocial5013
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 BasePerApurESocial5013
Properties
BaseFGTS
Remuneração (valor da base de cálculo) do FGTS. Validação: Deve ser maior que 0 (zero).
Declaration
public double BaseFGTS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BaseFGTSString
Declaration
public string BaseFGTSString { 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 |
TpValor
Declaration
public TpValor TpValor { get; set; }
Property Value
Type | Description |
---|---|
TpValor |
VrFGTS
Valor histórico do FGTS a ser depositado na conta vinculada do trabalhador. Validação: Deve ser maior que 0 (zero).
Declaration
public double VrFGTS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VrFGTSField
Declaration
public string VrFGTSField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeVrFGTSField()
Declaration
public bool ShouldSerializeVrFGTSField()
Returns
Type | Description |
---|---|
System.Boolean |