Class EBoletoJuros
Juros
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
public class EBoletoJuros
Properties
Data
Data de juros
Declaration
[XmlIgnore]
public DateTimeOffset Data { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DataField
Data de juros no formato AAAA-MM-DD
Declaration
[XmlElement("Data")]
public string DataField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tipo
Tipo de juros
Declaration
[XmlElement("Tipo")]
public EBoletoTipoJuros Tipo { get; set; }
Property Value
| Type | Description |
|---|---|
| EBoletoTipoJuros |
Valor
Valor de juros
Declaration
[XmlElement("Valor")]
public decimal Valor { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |