Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retBoletoConsultarItem

    Dados de um boleto retornado na consulta

    Inheritance
    object
    retBoletoConsultarItem
    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
    [Serializable]
    public class retBoletoConsultarItem

    Properties

    CodigoBarras

    Declaration
    [XmlElement]
    public string CodigoBarras { get; set; }
    Property Value
    Type Description
    string

    DataEmissao

    Declaration
    [XmlElement]
    public string DataEmissao { get; set; }
    Property Value
    Type Description
    string

    DataLiquidacao

    Declaration
    [XmlElement]
    public string DataLiquidacao { get; set; }
    Property Value
    Type Description
    string

    DataVencimento

    Declaration
    [XmlElement]
    public string DataVencimento { get; set; }
    Property Value
    Type Description
    string

    NumeroNaEmpresa

    Declaration
    [XmlElement]
    public string NumeroNaEmpresa { get; set; }
    Property Value
    Type Description
    string

    NumeroNoBanco

    Declaration
    [XmlElement]
    public string NumeroNoBanco { get; set; }
    Property Value
    Type Description
    string

    Pagador

    Declaration
    [XmlElement]
    public retBoletoConsultarPagador Pagador { get; set; }
    Property Value
    Type Description
    retBoletoConsultarPagador

    PdfContent

    Declaration
    [XmlElement]
    public retBoletoConsultarPdfContent PdfContent { get; set; }
    Property Value
    Type Description
    retBoletoConsultarPdfContent

    QrCodeContent

    Declaration
    [XmlElement]
    public retBoletoConsultarQrCodeContent QrCodeContent { get; set; }
    Property Value
    Type Description
    retBoletoConsultarQrCodeContent

    Situacao

    Declaration
    [XmlElement]
    public int Situacao { get; set; }
    Property Value
    Type Description
    int

    TipoLiquidacao

    Declaration
    [XmlElement]
    public int TipoLiquidacao { get; set; }
    Property Value
    Type Description
    int

    Valor

    Declaration
    [XmlElement]
    public string Valor { get; set; }
    Property Value
    Type Description
    string

    ValorAbatimento

    Declaration
    [XmlElement]
    public string ValorAbatimento { get; set; }
    Property Value
    Type Description
    string

    ValorDesconto

    Declaration
    [XmlElement]
    public string ValorDesconto { get; set; }
    Property Value
    Type Description
    string

    ValorJuros

    Declaration
    [XmlElement]
    public string ValorJuros { get; set; }
    Property Value
    Type Description
    string

    ValorLiquidado

    Declaration
    [XmlElement]
    public string ValorLiquidado { get; set; }
    Property Value
    Type Description
    string

    ValorMulta

    Declaration
    [XmlElement]
    public string ValorMulta { get; set; }
    Property Value
    Type Description
    string