Package com.increase.api.services.async
Class TransactionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.TransactionServiceAsync.WithRawResponse
public final class TransactionServiceAsyncImpl.WithRawResponseImpl implements TransactionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Transaction>>retrieve(TransactionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /transactions/{transaction_id}, but is otherwise the same as TransactionServiceAsync.retrieve.CompletableFuture<HttpResponseFor<TransactionListPageAsync>>list(TransactionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /transactions, but is otherwise the same as TransactionServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<Transaction>> retrieve(TransactionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /transactions/{transaction_id}, but is otherwise the same as TransactionServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<TransactionListPageAsync>> list(TransactionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /transactions, but is otherwise the same as TransactionServiceAsync.list.
-
-
-
-