Class EBoletoRodape
Rodape da ficha de aceite
Inherited Members
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> |