Package com.increase.api.services.async
Class DeclinedTransactionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.DeclinedTransactionServiceAsync.WithRawResponse
public final class DeclinedTransactionServiceAsyncImpl.WithRawResponseImpl implements DeclinedTransactionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<DeclinedTransaction>>retrieve(DeclinedTransactionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<DeclinedTransactionListPageAsync>>list(DeclinedTransactionListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<DeclinedTransaction>> retrieve(DeclinedTransactionRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DeclinedTransactionListPageAsync>> list(DeclinedTransactionListParams params, RequestOptions requestOptions)
-
-
-
-