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