Class InfoCpCalc
Cálculo da contribuição previdenciária do segurado, incidente sobre a remuneração do período de apuração e de períodos anteriores informada nos eventos S-1200, S2299 e S-2399.
Inheritance
System.Object
InfoCpCalc
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 InfoCpCalc
Properties
TpCR
Código de Receita - CR da contribuição descontada do trabalhador.
Declaration
public string TpCR { get; set; }
Property Value
Type | Description |
---|---|
System. |
VrCpSeg
Valor da contribuição do segurado, devida à Previdência Social, calculada segundo as regras da legislação em vigor, por CR.
Declaration
public double VrCpSeg { get; set; }
Property Value
Type | Description |
---|---|
System. |
VrCpSegField
Declaration
public string VrCpSegField { get; set; }
Property Value
Type | Description |
---|---|
System. |
VrDescSeg
Valor efetivamente descontado do segurado, corresponde a TpValor = [21] do correspondente infoCpCalc/tpCR
Declaration
public double VrDescSeg { get; set; }
Property Value
Type | Description |
---|---|
System. |
VrDescSegField
Declaration
public string VrDescSegField { get; set; }
Property Value
Type | Description |
---|---|
System. |