Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retBoletoConsultarEndereco

    Endereço do pagador na consulta de boleto

    Inheritance
    object
    retBoletoConsultarEndereco
    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 retBoletoConsultarEndereco

    Properties

    Bairro

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

    CEP

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

    Cidade

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

    Complemento

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

    Logradouro

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

    Numero

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

    UF

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