Class PenAlim2501
Informação dos beneficiários da pensão alimentícia
Inheritance
System.Object
PenAlim2501
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 PenAlim2501
Properties
CpfDep
Número do CPF do dependente/beneficiário da pensão alimentícia
Declaration
public string CpfDep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpRend
Tipo de rendimento
Declaration
public TipoDeRendimento TpRend { get; set; }
Property Value
Type | Description |
---|---|
TipoDeRendimento |
VlrPensao
Valor relativo à dedução do rendimento tributável correspondente a pagamento de pensão alimentícia. Validação: Deve ser maior que 0 (zero).
Declaration
public double VlrPensao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VlrPensaoField
Declaration
public string VlrPensaoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |