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
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>>release(InboundFundsHoldReleaseParams params)Returns a raw HTTP response for post /simulations/inbound_funds_holds/{inbound_funds_hold_id}/release, but is otherwise the same as InboundFundsHoldServiceAsync.release.abstract CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>>release(InboundFundsHoldReleaseParams params, RequestOptions requestOptions)-
-
Method Detail
-
release
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(InboundFundsHoldReleaseParams params)
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
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundFundsHoldReleaseResponse>> release(InboundFundsHoldReleaseParams params, RequestOptions requestOptions)
-
-
-
-