Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retBoletoConsultarPagador

    Dados do pagador na consulta de boleto

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

    Properties

    Codigo

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

    Email

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

    Endereco

    Declaration
    [XmlElement]
    public retBoletoConsultarEndereco Endereco { get; set; }
    Property Value
    Type Description
    retBoletoConsultarEndereco

    Inscricao

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

    Nome

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

    Telefone

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

    TipoInscricao

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