AMIntegra_Pay_ServicesBoletoObterPagamentos Métodos
Consulta boletos bancários de pagamento
Namespace: AMIntegra.COM.Services.APIs.PayAssembly: AMIntegra.COM (in AMIntegra.COM.dll) Versão: 2.3.0.0+89aaf26113a7d7d3ef3984a495b959dff93b483d
public PayResultVM_BoletoPagamentoRespostaVMCOM BoletoObterPagamentos(
BoletoPagamentoFiltroVMCOM filtroBoletosPagamentos
)
Public Function BoletoObterPagamentos (
filtroBoletosPagamentos As BoletoPagamentoFiltroVMCOM
) As PayResultVM_BoletoPagamentoRespostaVMCOM
Dim instance As AMIntegra_Pay_Services
Dim filtroBoletosPagamentos As BoletoPagamentoFiltroVMCOM
Dim returnValue As PayResultVM_BoletoPagamentoRespostaVMCOM
returnValue = instance.BoletoObterPagamentos(filtroBoletosPagamentos)
public:
PayResultVM_BoletoPagamentoRespostaVMCOM^ BoletoObterPagamentos(
BoletoPagamentoFiltroVMCOM^ filtroBoletosPagamentos
)
- filtroBoletosPagamentos BoletoPagamentoFiltroVMCOM
- Filtros para consulta dos Boletos Pagamentos.
PayResultVM_BoletoPagamentoRespostaVMCOMResultVM com os dados dos Boletos Pagamentos.