Interface InboundWireDrawdownRequestServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundWireDrawdownRequestServiceAsync.WithRawResponseA view of InboundWireDrawdownRequestServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>>create(InboundWireDrawdownRequestCreateParams params)Returns a raw HTTP response for post /simulations/inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.create.abstract CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>>create(InboundWireDrawdownRequestCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>> create(InboundWireDrawdownRequestCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>> create(InboundWireDrawdownRequestCreateParams params, RequestOptions requestOptions)
-
-
-
-