AMIntegra_Pay_ServicesObterPagamentoPelaChaveDePagamento Métodos
Decodifica a chave de pagamento e retorna as informações para gerar um novo pagamento
Namespace: AMIntegra.COM.Services.APIs.PayAssembly: AMIntegra.COM (in AMIntegra.COM.dll) Versão: 2.3.0.0+89aaf26113a7d7d3ef3984a495b959dff93b483d
public PayResultVM_DadosPagamentoComTokenEComResumoPagamentoVMCOM ObterPagamentoPelaChaveDePagamento(
string chaveDePagamento
)
Public Function ObterPagamentoPelaChaveDePagamento (
chaveDePagamento As String
) As PayResultVM_DadosPagamentoComTokenEComResumoPagamentoVMCOM
Dim instance As AMIntegra_Pay_Services
Dim chaveDePagamento As String
Dim returnValue As PayResultVM_DadosPagamentoComTokenEComResumoPagamentoVMCOM
returnValue = instance.ObterPagamentoPelaChaveDePagamento(chaveDePagamento)
public:
PayResultVM_DadosPagamentoComTokenEComResumoPagamentoVMCOM^ ObterPagamentoPelaChaveDePagamento(
String^ chaveDePagamento
)
- chaveDePagamento String
- Chave que deseja decodificar.
PayResultVM_DadosPagamentoComTokenEComResumoPagamentoVMCOMResultVM com os dados contidos na chave de pagamento.