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)Returns a raw HTTP response for get /declined_transactions/{declined_transaction_id}, but is otherwise the same as DeclinedTransactionServiceAsync.retrieve.CompletableFuture<HttpResponseFor<DeclinedTransactionListPageAsync>>list(DeclinedTransactionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /declined_transactions, but is otherwise the same as DeclinedTransactionServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<DeclinedTransaction>> retrieve(DeclinedTransactionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /declined_transactions/{declined_transaction_id}, but is otherwise the same as DeclinedTransactionServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<DeclinedTransactionListPageAsync>> list(DeclinedTransactionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /declined_transactions, but is otherwise the same as DeclinedTransactionServiceAsync.list.
-
-
-
-