Package com.increase.api.services.async
Interface PendingTransactionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PendingTransactionServiceAsync.WithRawResponseA view of PendingTransactionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<PendingTransaction>> retrieve(PendingTransactionRetrieveParams params)
Returns a raw HTTP response for
get /pending_transactions/{pending_transaction_id}, but is otherwise the same as PendingTransactionServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PendingTransaction>> retrieve(PendingTransactionRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list()
Returns a raw HTTP response for
get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list(PendingTransactionListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list(PendingTransactionListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-