Class IdeBenef
Identificação do beneficiário do pagamento
Inheritance
System.Object
IdeBenef
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 IdeBenef
Properties
CpfBenef
Informar o CPF do beneficiário
Declaration
public string CpfBenef { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InfoIRComplem
Informações relacionadas à retenção na fonte, aos rendimentos tributáveis e não tributáveis, deduções e/ou isenções, etc., de acordo com a legislação aplicada ao imposto de renda
Declaration
public List<InfoIRComplem> InfoIRComplem { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoIRComplem> |
InfoPgto
Informações dos pagamentos efetuados
Declaration
public List<InfoPgto> InfoPgto { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoPgto> |