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>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.abstract 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 InboundCheckDepositService.retrieve.abstract 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.abstract HttpResponseFor<InboundCheckDepositListPage>list(InboundCheckDepositListParams params)Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.abstract HttpResponseFor<InboundCheckDepositListPage>list()Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.HttpResponseFor<InboundCheckDepositListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.abstract 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.abstract 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 InboundCheckDepositService.decline.abstract 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_.abstract 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 InboundCheckDepositService.return_.-
-
Method Detail
-
retrieve
abstract 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.
-
retrieve
abstract 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 InboundCheckDepositService.retrieve.
-
list
abstract 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.
-
list
abstract HttpResponseFor<InboundCheckDepositListPage> list(InboundCheckDepositListParams params)
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.
-
list
abstract HttpResponseFor<InboundCheckDepositListPage> list()
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.
-
list
HttpResponseFor<InboundCheckDepositListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.
-
decline
abstract 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.
-
decline
abstract 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 InboundCheckDepositService.decline.
-
return_
abstract 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_.
-
return_
abstract 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 InboundCheckDepositService.return_.
-
-
-
-