Class DedSusp
Inheritance
System.Object
DedSusp
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 DedSusp
Properties
BenefPen
Declaration
public List<BenefPen> BenefPen { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BenefPen> |
CnpjEntidPC
Declaration
public string CnpjEntidPC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IndTpDeducao
Declaration
public IndicativoTipoDeducao IndTpDeducao { get; set; }
Property Value
Type | Description |
---|---|
IndicativoTipoDeducao |
VlrDedSusp
Valor da dedução da base de cálculo do imposto de renda com exigibilidade suspensa. Validação: Se indTpDeducao = [5, 7], e o grupo benefPen for preenchido, o valor informado neste campo deve ser a soma do(s) campo(s) vlrDepenSusp do grupo benefPen. Deve ser maior que 0 (zero). O não preenchimento do grupo benefPen indica que o contribuinte declarante não possui as informações detalhadas por dependente/alimentando.
Declaration
public double VlrDedSusp { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VlrDedSuspField
Declaration
public string VlrDedSuspField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VlrPatrocFunp
Valor da contribuição do ente público patrocinador da Fundação de Previdência Complementar do Servidor Público (Funpresp). Validação: Informação exclusiva se indTpDeducao = [4]. Deve ser maior que 0 (zero).
Declaration
public double VlrPatrocFunp { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VlrPatrocFunpField
Declaration
public string VlrPatrocFunpField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShoudSerializeVlrPatrocFunpField()
Declaration
public bool ShoudSerializeVlrPatrocFunpField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCnpjEntidPC()
Declaration
public bool ShouldSerializeCnpjEntidPC()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVlrDedSuspField()
Declaration
public bool ShouldSerializeVlrDedSuspField()
Returns
Type | Description |
---|---|
System.Boolean |