Interface CheckTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckTransferService.WithRawResponseA view of CheckTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<CheckTransfer>create(CheckTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers, but is otherwise the same as CheckTransferService.create.abstract HttpResponseFor<CheckTransfer>create(CheckTransferCreateParams params)Returns a raw HTTP response for post /check_transfers, but is otherwise the same as CheckTransferService.create.abstract HttpResponseFor<CheckTransfer>retrieve(CheckTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferService.retrieve.abstract HttpResponseFor<CheckTransfer>retrieve(CheckTransferRetrieveParams params)Returns a raw HTTP response for get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferService.retrieve.abstract HttpResponseFor<CheckTransferListPage>list(CheckTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_transfers, but is otherwise the same as CheckTransferService.list.abstract HttpResponseFor<CheckTransferListPage>list(CheckTransferListParams params)Returns a raw HTTP response for get /check_transfers, but is otherwise the same as CheckTransferService.list.abstract HttpResponseFor<CheckTransferListPage>list()Returns a raw HTTP response for get /check_transfers, but is otherwise the same as CheckTransferService.list.HttpResponseFor<CheckTransferListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /check_transfers, but is otherwise the same as CheckTransferService.list.abstract HttpResponseFor<CheckTransfer>approve(CheckTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferService.approve.abstract HttpResponseFor<CheckTransfer>approve(CheckTransferApproveParams params)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferService.approve.abstract HttpResponseFor<CheckTransfer>cancel(CheckTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferService.cancel.abstract HttpResponseFor<CheckTransfer>cancel(CheckTransferCancelParams params)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferService.cancel.abstract HttpResponseFor<CheckTransfer>stopPayment(CheckTransferStopPaymentParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferService.stopPayment.abstract HttpResponseFor<CheckTransfer>stopPayment(CheckTransferStopPaymentParams params)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferService.stopPayment.-
-
Method Detail
-
create
abstract HttpResponseFor<CheckTransfer> create(CheckTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers, but is otherwise the same as CheckTransferService.create.
-
create
abstract HttpResponseFor<CheckTransfer> create(CheckTransferCreateParams params)
Returns a raw HTTP response for
post /check_transfers, but is otherwise the same as CheckTransferService.create.
-
retrieve
abstract HttpResponseFor<CheckTransfer> retrieve(CheckTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferService.retrieve.
-
retrieve
abstract HttpResponseFor<CheckTransfer> retrieve(CheckTransferRetrieveParams params)
Returns a raw HTTP response for
get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferService.retrieve.
-
list
abstract HttpResponseFor<CheckTransferListPage> list(CheckTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_transfers, but is otherwise the same as CheckTransferService.list.
-
list
abstract HttpResponseFor<CheckTransferListPage> list(CheckTransferListParams params)
Returns a raw HTTP response for
get /check_transfers, but is otherwise the same as CheckTransferService.list.
-
list
abstract HttpResponseFor<CheckTransferListPage> list()
Returns a raw HTTP response for
get /check_transfers, but is otherwise the same as CheckTransferService.list.
-
list
HttpResponseFor<CheckTransferListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_transfers, but is otherwise the same as CheckTransferService.list.
-
approve
abstract HttpResponseFor<CheckTransfer> approve(CheckTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferService.approve.
-
approve
abstract HttpResponseFor<CheckTransfer> approve(CheckTransferApproveParams params)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferService.approve.
-
cancel
abstract HttpResponseFor<CheckTransfer> cancel(CheckTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferService.cancel.
-
cancel
abstract HttpResponseFor<CheckTransfer> cancel(CheckTransferCancelParams params)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferService.cancel.
-
stopPayment
abstract HttpResponseFor<CheckTransfer> stopPayment(CheckTransferStopPaymentParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferService.stopPayment.
-
stopPayment
abstract HttpResponseFor<CheckTransfer> stopPayment(CheckTransferStopPaymentParams params)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferService.stopPayment.
-
-
-
-