Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retBoletoConsultar

    Retorno da consulta de boletos

    Inheritance
    object
    XMLBase
    retEBoletoRetornoBasico
    retBoletoConsultar
    Implements
    IXmlSerializable
    Inherited Members
    retEBoletoRetornoBasico.Status
    retEBoletoRetornoBasico.Motivo
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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]
    [XmlRoot("BoletoConsultarResponse", IsNullable = false)]
    public class retBoletoConsultar : retEBoletoRetornoBasico, IXmlSerializable

    Properties

    BoletoResponse

    Lista de boletos retornados

    Declaration
    [XmlElement("BoletoResponse")]
    public List<retBoletoConsultarItem> BoletoResponse { get; set; }
    Property Value
    Type Description
    List<retBoletoConsultarItem>

    DLLVersao

    Versão da DLL

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

    Implements

    IXmlSerializable