Class InboundCheckDepositServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.InboundCheckDepositServiceAsync.WithRawResponse
public final class InboundCheckDepositServiceAsyncImpl.WithRawResponseImpl implements InboundCheckDepositServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundCheckDeposit>>create(SimulationInboundCheckDepositCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<InboundCheckDeposit>> create(SimulationInboundCheckDepositCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.create.
-
-
-
-