Interface PendingTransactionService.WithRawResponse
-
- All Implemented Interfaces:
public interface PendingTransactionService.WithRawResponseA view of PendingTransactionService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract PendingTransactionService.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
@MustBeClosed() 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 PendingTransactionService.releaseInboundFundsHold.
-
releaseInboundFundsHold
@MustBeClosed() HttpResponseFor<PendingTransaction> releaseInboundFundsHold(String pendingTransactionId, PendingTransactionReleaseInboundFundsHoldParams params, RequestOptions requestOptions)
-
releaseInboundFundsHold
@MustBeClosed() HttpResponseFor<PendingTransaction> releaseInboundFundsHold(String pendingTransactionId, PendingTransactionReleaseInboundFundsHoldParams params)
-
releaseInboundFundsHold
@MustBeClosed() abstract HttpResponseFor<PendingTransaction> releaseInboundFundsHold(PendingTransactionReleaseInboundFundsHoldParams params, RequestOptions requestOptions)
-
releaseInboundFundsHold
@MustBeClosed() HttpResponseFor<PendingTransaction> releaseInboundFundsHold(PendingTransactionReleaseInboundFundsHoldParams params)
-
releaseInboundFundsHold
@MustBeClosed() HttpResponseFor<PendingTransaction> releaseInboundFundsHold(String pendingTransactionId, RequestOptions requestOptions)
-
-
-
-