Class DescFolha
Informações de desconto do empréstimo em folha
Inheritance
System.Object
DescFolha
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 DescFolha
Properties
InstFinanc
Código da Instituição Financeira concedente do empréstimo
Declaration
public string InstFinanc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrDoc
Número do contrato referente ao empréstimo
Declaration
public string NrDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacao
Outras informações do desconto
Declaration
public string Observacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpDesc
Indicativo do tipo de desconto
Declaration
public TipoDesconto TpDesc { get; set; }
Property Value
Type | Description |
---|---|
TipoDesconto |
Methods
ShouldSerializeObservacao()
Declaration
public bool ShouldSerializeObservacao()
Returns
Type | Description |
---|---|
System.Boolean |