Class BoletoInformarPagto
Informar pagamento do boleto
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Servicos.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
public class BoletoInformarPagto : ServicoBase<BoletoInformarPagto>, IDisposable
Constructors
BoletoInformarPagto()
Construtor
Declaration
public BoletoInformarPagto()
BoletoInformarPagto(string, Configuracao)
Construtor
Declaration
public BoletoInformarPagto(string conteudoXML, Configuracao configuracao)
Parameters
| Type | Name | Description |
|---|---|---|
| string | conteudoXML | |
| Configuracao | configuracao |
BoletoInformarPagto(BoletoInformarPagto, Configuracao)
Construtor
Declaration
public BoletoInformarPagto(BoletoInformarPagto xml, Configuracao configuracao)
Parameters
| Type | Name | Description |
|---|---|---|
| BoletoInformarPagto | 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 |