Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EBoletoPagador

    Pagador

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

    Properties

    Codigo

    Codigo

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

    Email

    Email

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

    Endereco

    Endereco

    Declaration
    [XmlElement("Endereco")]
    public EBoletoEndereco Endereco { get; set; }
    Property Value
    Type Description
    EBoletoEndereco

    Inscricao

    Inscricao

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

    Nome

    Nome

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

    Telefone

    Telefone

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

    TipoInscricao

    Tipo de inscricao

    Declaration
    [XmlElement("TipoInscricao")]
    public EBoletoTipoInscricao TipoInscricao { get; set; }
    Property Value
    Type Description
    EBoletoTipoInscricao