Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EBoletoAvalista

    Avalista do boleto

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

    Properties

    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

    TipoInscricao

    Tipo de inscricao

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