Package com.increase.api.services.async
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
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundCheckDeposit>> retrieve(InboundCheckDepositRetrieveParams params)
Returns a raw HTTP response for
get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> retrieve(InboundCheckDepositRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list(InboundCheckDepositListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list(InboundCheckDepositListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list(RequestOptions requestOptions)
-
decline
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundCheckDeposit>> decline(InboundCheckDepositDeclineParams params)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositServiceAsync.decline.
-
decline
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> decline(InboundCheckDepositDeclineParams params, RequestOptions requestOptions)
-
return_
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundCheckDeposit>> return_(InboundCheckDepositReturnParams params)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositServiceAsync.return_.
-
return_
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> return_(InboundCheckDepositReturnParams params, RequestOptions requestOptions)
-
-
-
-