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
-
-
Method Detail
-
withOptions
abstract InboundCheckDepositServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
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
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> create(InboundCheckDepositCreateParams params, RequestOptions requestOptions)
-
adjustment
CompletableFuture<HttpResponseFor<InboundCheckDeposit>> adjustment(String inboundCheckDepositId)
Returns a raw HTTP response for
post /simulations/inbound_check_deposits/{inbound_check_deposit_id}/adjustment, but is otherwise the same as InboundCheckDepositServiceAsync.adjustment.
-
adjustment
CompletableFuture<HttpResponseFor<InboundCheckDeposit>> adjustment(String inboundCheckDepositId, InboundCheckDepositAdjustmentParams params, RequestOptions requestOptions)
-
adjustment
CompletableFuture<HttpResponseFor<InboundCheckDeposit>> adjustment(String inboundCheckDepositId, InboundCheckDepositAdjustmentParams params)
-
adjustment
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> adjustment(InboundCheckDepositAdjustmentParams params, RequestOptions requestOptions)
-
adjustment
CompletableFuture<HttpResponseFor<InboundCheckDeposit>> adjustment(InboundCheckDepositAdjustmentParams params)
-
adjustment
CompletableFuture<HttpResponseFor<InboundCheckDeposit>> adjustment(String inboundCheckDepositId, RequestOptions requestOptions)
-
-
-
-