Class BoletoConsultar
Consultar boleto
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Servicos.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
public class BoletoConsultar : ServicoBase<BoletoConsultar>, IDisposable
Constructors
BoletoConsultar()
Construtor
Declaration
public BoletoConsultar()
BoletoConsultar(string, Configuracao)
Construtor
Declaration
public BoletoConsultar(string conteudoXML, Configuracao configuracao)
Parameters
| Type | Name | Description |
|---|---|---|
| string | conteudoXML | |
| Configuracao | configuracao |
BoletoConsultar(BoletoConsultar, Configuracao)
Construtor
Declaration
public BoletoConsultar(BoletoConsultar xml, Configuracao configuracao)
Parameters
| Type | Name | Description |
|---|---|---|
| BoletoConsultar | xml | |
| Configuracao | configuracao |
Properties
SchemaArquivoEBoleto
Arquivo de schema do XML de envio
Declaration
protected override string SchemaArquivoEBoleto { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ServicoEBoleto
Serviço executado
Declaration
protected override Servico ServicoEBoleto { get; }
Property Value
| Type | Description |
|---|---|
| Servico |