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