Class retBoletoRegistrar
Retorno do registro de boleto
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("BoletoRegistrarResponse", IsNullable = false)]
public class retBoletoRegistrar : retEBoletoRetornoBasico, IXmlSerializable
Properties
CodigoBarraNumerico
Código de barras numérico
Declaration
[XmlElement]
public string CodigoBarraNumerico { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DLLVersao
Versão da DLL
Declaration
[XmlElement]
public string DLLVersao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LinhaDigitavel
Linha digitável
Declaration
[XmlElement]
public string LinhaDigitavel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumeroNoBanco
Número do boleto no banco
Declaration
[XmlElement]
public string NumeroNoBanco { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PdfContentBase64
Conteúdo do PDF em base64
Declaration
[XmlElement]
public string PdfContentBase64 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PdfContentMessage
Mensagem referente à geração do PDF
Declaration
[XmlElement]
public string PdfContentMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PdfContentSuccess
Indica se o PDF foi gerado com sucesso
Declaration
[XmlElement]
public bool PdfContentSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PdfPath
Caminho do PDF gerado
Declaration
[XmlElement]
public string PdfPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QRCodeContent
Conteúdo do QRCode
Declaration
[XmlElement]
public retBoletoRegistrarQRCodeContent QRCodeContent { get; set; }
Property Value
| Type | Description |
|---|---|
| retBoletoRegistrarQRCodeContent |