Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EBoletoRodape

    Rodape da ficha de aceite

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

    Properties

    CodigoBarras

    Codigos de barras

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

    TextoLivre

    Textos livres

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