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
-
withOptions
abstract PendingTransactionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
releaseInboundFundsHold
CompletableFuture<HttpResponseFor<PendingTransaction>> releaseInboundFundsHold(String pendingTransactionId)
Returns a raw HTTP response for
post /simulations/pending_transactions/{pending_transaction_id}/release_inbound_funds_hold, but is otherwise the same as PendingTransactionServiceAsync.releaseInboundFundsHold.
-
releaseInboundFundsHold
CompletableFuture<HttpResponseFor<PendingTransaction>> releaseInboundFundsHold(String pendingTransactionId, PendingTransactionReleaseInboundFundsHoldParams params, RequestOptions requestOptions)
-
releaseInboundFundsHold
CompletableFuture<HttpResponseFor<PendingTransaction>> releaseInboundFundsHold(String pendingTransactionId, PendingTransactionReleaseInboundFundsHoldParams params)
-
releaseInboundFundsHold
abstract CompletableFuture<HttpResponseFor<PendingTransaction>> releaseInboundFundsHold(PendingTransactionReleaseInboundFundsHoldParams params, RequestOptions requestOptions)
-
releaseInboundFundsHold
CompletableFuture<HttpResponseFor<PendingTransaction>> releaseInboundFundsHold(PendingTransactionReleaseInboundFundsHoldParams params)
-
releaseInboundFundsHold
CompletableFuture<HttpResponseFor<PendingTransaction>> releaseInboundFundsHold(String pendingTransactionId, RequestOptions requestOptions)
-
-
-
-