Interface InboundFundsHoldServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundFundsHoldServiceAsync.WithRawResponseA view of InboundFundsHoldServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InboundFundsHoldServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
release
CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(String inboundFundsHoldId)
Returns a raw HTTP response for
post /simulations/inbound_funds_holds/{inbound_funds_hold_id}/release, but is otherwise the same as InboundFundsHoldServiceAsync.release.
-
release
CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(String inboundFundsHoldId, InboundFundsHoldReleaseParams params, RequestOptions requestOptions)
-
release
CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(String inboundFundsHoldId, InboundFundsHoldReleaseParams params)
-
release
abstract CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(InboundFundsHoldReleaseParams params, RequestOptions requestOptions)
-
release
CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(InboundFundsHoldReleaseParams params)
-
release
CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(String inboundFundsHoldId, RequestOptions requestOptions)
-
-
-
-