Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EBoletoJuros

    Juros

    Inheritance
    object
    EBoletoJuros
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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