Class InboundCheckDepositServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.InboundCheckDepositService.WithRawResponse
public final class InboundCheckDepositServiceImpl.WithRawResponseImpl implements InboundCheckDepositService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<InboundCheckDeposit>retrieve(InboundCheckDepositRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositService.retrieve.HttpResponseFor<InboundCheckDepositListPage>list(InboundCheckDepositListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.HttpResponseFor<InboundCheckDeposit>decline(InboundCheckDepositDeclineParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositService.decline.HttpResponseFor<InboundCheckDeposit>return_(InboundCheckDepositReturnParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositService.return_.-
-
Method Detail
-
retrieve
HttpResponseFor<InboundCheckDeposit> retrieve(InboundCheckDepositRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositService.retrieve.
-
list
HttpResponseFor<InboundCheckDepositListPage> list(InboundCheckDepositListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.
-
decline
HttpResponseFor<InboundCheckDeposit> decline(InboundCheckDepositDeclineParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositService.decline.
-
return_
HttpResponseFor<InboundCheckDeposit> return_(InboundCheckDepositReturnParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositService.return_.
-
-
-
-