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