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