Interface CheckDepositService.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckDepositService.WithRawResponseA view of CheckDepositService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<CheckDeposit>create(CheckDepositCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_deposits, but is otherwise the same as CheckDepositService.create.abstract HttpResponseFor<CheckDeposit>create(CheckDepositCreateParams params)Returns a raw HTTP response for post /check_deposits, but is otherwise the same as CheckDepositService.create.abstract HttpResponseFor<CheckDeposit>retrieve(CheckDepositRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_deposits/{check_deposit_id}, but is otherwise the same as CheckDepositService.retrieve.abstract HttpResponseFor<CheckDeposit>retrieve(CheckDepositRetrieveParams params)Returns a raw HTTP response for get /check_deposits/{check_deposit_id}, but is otherwise the same as CheckDepositService.retrieve.abstract HttpResponseFor<CheckDepositListPage>list(CheckDepositListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_deposits, but is otherwise the same as CheckDepositService.list.abstract HttpResponseFor<CheckDepositListPage>list(CheckDepositListParams params)Returns a raw HTTP response for get /check_deposits, but is otherwise the same as CheckDepositService.list.abstract HttpResponseFor<CheckDepositListPage>list()Returns a raw HTTP response for get /check_deposits, but is otherwise the same as CheckDepositService.list.HttpResponseFor<CheckDepositListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /check_deposits, but is otherwise the same as CheckDepositService.list.-
-
Method Detail
-
create
abstract HttpResponseFor<CheckDeposit> create(CheckDepositCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_deposits, but is otherwise the same as CheckDepositService.create.
-
create
abstract HttpResponseFor<CheckDeposit> create(CheckDepositCreateParams params)
Returns a raw HTTP response for
post /check_deposits, but is otherwise the same as CheckDepositService.create.
-
retrieve
abstract HttpResponseFor<CheckDeposit> retrieve(CheckDepositRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_deposits/{check_deposit_id}, but is otherwise the same as CheckDepositService.retrieve.
-
retrieve
abstract HttpResponseFor<CheckDeposit> retrieve(CheckDepositRetrieveParams params)
Returns a raw HTTP response for
get /check_deposits/{check_deposit_id}, but is otherwise the same as CheckDepositService.retrieve.
-
list
abstract HttpResponseFor<CheckDepositListPage> list(CheckDepositListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_deposits, but is otherwise the same as CheckDepositService.list.
-
list
abstract HttpResponseFor<CheckDepositListPage> list(CheckDepositListParams params)
Returns a raw HTTP response for
get /check_deposits, but is otherwise the same as CheckDepositService.list.
-
list
abstract HttpResponseFor<CheckDepositListPage> list()
Returns a raw HTTP response for
get /check_deposits, but is otherwise the same as CheckDepositService.list.
-
list
HttpResponseFor<CheckDepositListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_deposits, but is otherwise the same as CheckDepositService.list.
-
-
-
-