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 abstract 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.abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>>create(SimulationInboundCheckDepositCreateParams params)Returns a raw HTTP response for post /simulations/inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.create.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> create(SimulationInboundCheckDepositCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.create.
-
-
-
-