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